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