#[repr(C, packed(2))]pub struct gpGoInactive {
pub MethodID: ULONG,
pub gpgi_GInfo: *mut GadgetInfo,
pub gpgi_Abort: ULONG,
}Fields§
§MethodID: ULONG§gpgi_GInfo: *mut GadgetInfo§gpgi_Abort: ULONGTrait Implementations§
Source§impl Clone for gpGoInactive
impl Clone for gpGoInactive
Source§fn clone(&self) -> gpGoInactive
fn clone(&self) -> gpGoInactive
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 gpGoInactive
impl Debug for gpGoInactive
impl Copy for gpGoInactive
Auto Trait Implementations§
impl Freeze for gpGoInactive
impl RefUnwindSafe for gpGoInactive
impl !Send for gpGoInactive
impl !Sync for gpGoInactive
impl Unpin for gpGoInactive
impl UnwindSafe for gpGoInactive
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