pub enum FSLACCR {
_10,
_11,
_Reserved(u8),
}Expand description
Possible values of the field FSLACC
Variants§
Implementations§
Trait Implementations§
impl Copy for FSLACCR
impl StructuralPartialEq for FSLACCR
Auto Trait Implementations§
impl Freeze for FSLACCR
impl RefUnwindSafe for FSLACCR
impl Send for FSLACCR
impl Sync for FSLACCR
impl Unpin for FSLACCR
impl UnwindSafe for FSLACCR
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