#[repr(C, packed(2))]pub struct lbRemNode {
pub MethodID: ULONG,
pub lbr_GInfo: *mut GadgetInfo,
pub lbr_Node: *mut Node,
}Fields§
§MethodID: ULONG§lbr_GInfo: *mut GadgetInfo§lbr_Node: *mut NodeTrait Implementations§
Auto Trait Implementations§
impl Freeze for lbRemNode
impl RefUnwindSafe for lbRemNode
impl !Send for lbRemNode
impl !Sync for lbRemNode
impl Unpin for lbRemNode
impl UnwindSafe for lbRemNode
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