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