#[repr(u8)]pub enum SrtcHl {
WRITE_ACCESS_ALLOWED = 0,
WRITE_ACCESS_NOT_ALLOWED = 1,
}Variants§
WRITE_ACCESS_ALLOWED = 0
Write access is allowed.
WRITE_ACCESS_NOT_ALLOWED = 1
Write access is not allowed.
Implementations§
Trait Implementations§
Source§impl Ord for SrtcHl
impl Ord for SrtcHl
Source§impl PartialOrd for SrtcHl
impl PartialOrd for SrtcHl
impl Copy for SrtcHl
impl Eq for SrtcHl
impl StructuralPartialEq for SrtcHl
Auto Trait Implementations§
impl Freeze for SrtcHl
impl RefUnwindSafe for SrtcHl
impl Send for SrtcHl
impl Sync for SrtcHl
impl Unpin for SrtcHl
impl UnwindSafe for SrtcHl
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