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