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