pub enum SBKRQW {
BREAK,
}Expand description
Values that can be written to the field SBKRQ
Variants§
BREAK
sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available
Auto Trait Implementations§
impl Freeze for SBKRQW
impl RefUnwindSafe for SBKRQW
impl Send for SBKRQW
impl Sync for SBKRQW
impl Unpin for SBKRQW
impl UnwindSafe for SBKRQW
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