#[repr(C, packed(2))]pub struct lmModifyChild {
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 lmModifyChild
impl Clone for lmModifyChild
Source§fn clone(&self) -> lmModifyChild
fn clone(&self) -> lmModifyChild
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 lmModifyChild
impl Debug for lmModifyChild
impl Copy for lmModifyChild
Auto Trait Implementations§
impl Freeze for lmModifyChild
impl RefUnwindSafe for lmModifyChild
impl !Send for lmModifyChild
impl !Sync for lmModifyChild
impl Unpin for lmModifyChild
impl UnwindSafe for lmModifyChild
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