#[repr(C, packed(2))]pub struct lmAddChild {
pub MethodID: ULONG,
pub lm_Window: *mut Window,
pub lm_Object: *mut Object,
pub lm_ObjectAttrs: *mut TagItem,
}Fields§
§MethodID: ULONG§lm_Window: *mut Window§lm_Object: *mut Object§lm_ObjectAttrs: *mut TagItemTrait Implementations§
Source§impl Clone for lmAddChild
impl Clone for lmAddChild
Source§fn clone(&self) -> lmAddChild
fn clone(&self) -> lmAddChild
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 lmAddChild
impl Debug for lmAddChild
impl Copy for lmAddChild
Auto Trait Implementations§
impl Freeze for lmAddChild
impl RefUnwindSafe for lmAddChild
impl !Send for lmAddChild
impl !Sync for lmAddChild
impl Unpin for lmAddChild
impl UnwindSafe for lmAddChild
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