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