#[repr(C)]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 (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 gpGoInactive
Auto Trait Implementations§
impl !Send for gpGoInactive
impl !Sync for gpGoInactive
impl Freeze for gpGoInactive
impl RefUnwindSafe for gpGoInactive
impl Unpin for gpGoInactive
impl UnsafeUnpin 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