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