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