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