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