#[repr(transparent)]pub struct LPARAM(pub isize);Available on not (crate feature
win32 and Windows).Tuple Fields§
§0: isizeAuto Trait Implementations§
impl Freeze for LPARAM
impl RefUnwindSafe for LPARAM
impl Send for LPARAM
impl Sync for LPARAM
impl Unpin for LPARAM
impl UnsafeUnpin for LPARAM
impl UnwindSafe for LPARAM
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