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