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