#[repr(C, packed(1))]pub struct LineControl {
pub bits: DataBits,
pub parity: ParityMode,
pub extra_stop: bool,
pub break_signal: bool,
}Fields§
§bits: DataBits§parity: ParityMode§extra_stop: bool§break_signal: boolImplementations§
Auto Trait Implementations§
impl Freeze for LineControl
impl RefUnwindSafe for LineControl
impl Send for LineControl
impl Sync for LineControl
impl Unpin for LineControl
impl UnwindSafe for LineControl
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