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