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