#[repr(transparent)]pub struct HITRESULT(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl HITRESULT
impl HITRESULT
pub const HITRESULT_OUTSIDE: Self
pub const HITRESULT_TRANSPARENT: Self
pub const HITRESULT_CLOSE: Self
pub const HITRESULT_HIT: Self
Trait Implementations§
Source§impl Abi for HITRESULT
impl Abi for HITRESULT
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