pub enum Extdata {
Disable = 0,
Enable = 1,
}Expand description
Extended Data
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Extdata
impl Eq for Extdata
impl StructuralPartialEq for Extdata
Auto Trait Implementations§
impl Freeze for Extdata
impl RefUnwindSafe for Extdata
impl Send for Extdata
impl Sync for Extdata
impl Unpin for Extdata
impl UnwindSafe for Extdata
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