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