#[repr(C)]pub struct gpLayout {
pub MethodID: ULONG,
pub gpl_GInfo: *mut GadgetInfo,
pub gpl_Initial: ULONG,
}Fields§
§MethodID: ULONG§gpl_GInfo: *mut GadgetInfo§gpl_Initial: ULONGTrait Implementations§
Auto Trait Implementations§
impl !Send for gpLayout
impl !Sync for gpLayout
impl Freeze for gpLayout
impl RefUnwindSafe for gpLayout
impl Unpin for gpLayout
impl UnsafeUnpin for gpLayout
impl UnwindSafe for gpLayout
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