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