#[repr(C, packed(2))]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 · 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 gpKeyGoInactive
impl Debug for gpKeyGoInactive
impl Copy for gpKeyGoInactive
Auto Trait Implementations§
impl Freeze for gpKeyGoInactive
impl RefUnwindSafe for gpKeyGoInactive
impl !Send for gpKeyGoInactive
impl !Sync for gpKeyGoInactive
impl Unpin 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