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