#[repr(u8)]pub enum Rstd {
RSTD_0 = 0,
RSTD_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rstd
impl Ord for Rstd
Source§impl PartialOrd for Rstd
impl PartialOrd for Rstd
impl Copy for Rstd
impl Eq for Rstd
impl StructuralPartialEq for Rstd
Auto Trait Implementations§
impl Freeze for Rstd
impl RefUnwindSafe for Rstd
impl Send for Rstd
impl Sync for Rstd
impl Unpin for Rstd
impl UnwindSafe for Rstd
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