Struct dynlink::library::SecgateInfo
source · pub struct SecgateInfo {
pub info_addr: Option<usize>,
pub num: usize,
}
Fields§
§info_addr: Option<usize>
§num: usize
Trait Implementations§
source§impl Clone for SecgateInfo
impl Clone for SecgateInfo
source§fn clone(&self) -> SecgateInfo
fn clone(&self) -> SecgateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SecgateInfo
impl Debug for SecgateInfo
source§impl Default for SecgateInfo
impl Default for SecgateInfo
source§fn default() -> SecgateInfo
fn default() -> SecgateInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Crossing for SecgateInfo
impl ObjSafe for SecgateInfo
impl RefUnwindSafe for SecgateInfo
impl Send for SecgateInfo
impl Sync for SecgateInfo
impl Unpin for SecgateInfo
impl UnwindSafe for SecgateInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more