pub enum TXIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field TXIE
Variants§
Auto Trait Implementations§
impl Freeze for TXIEW
impl RefUnwindSafe for TXIEW
impl Send for TXIEW
impl Sync for TXIEW
impl Unpin for TXIEW
impl UnwindSafe for TXIEW
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