#[repr(transparent)]pub struct LPARAM(pub isize);
Tuple Fields§
§0: isize
Auto Trait Implementations§
impl Freeze for LPARAM
impl RefUnwindSafe for LPARAM
impl Send for LPARAM
impl Sync for LPARAM
impl Unpin 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