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