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