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