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