#[repr(C)]pub struct gpKeyGoInactive {
pub MethodID: ULONG,
pub gpki_GInfo: *mut GadgetInfo,
pub gpki_Abort: ULONG,
}Fields§
§MethodID: ULONG§gpki_GInfo: *mut GadgetInfo§gpki_Abort: ULONGTrait Implementations§
Source§impl Clone for gpKeyGoInactive
impl Clone for gpKeyGoInactive
Source§fn clone(&self) -> gpKeyGoInactive
fn clone(&self) -> gpKeyGoInactive
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for gpKeyGoInactive
Auto Trait Implementations§
impl !Send for gpKeyGoInactive
impl !Sync for gpKeyGoInactive
impl Freeze for gpKeyGoInactive
impl RefUnwindSafe for gpKeyGoInactive
impl Unpin for gpKeyGoInactive
impl UnsafeUnpin for gpKeyGoInactive
impl UnwindSafe for gpKeyGoInactive
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