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