Struct windows_sys::Devices::SerialCommunication::SerialParity
[−]#[repr(transparent)]pub struct SerialParity(pub i32);
Expand description
Required features: "Devices_SerialCommunication"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for SerialParity
impl Clone for SerialParity
impl Copy for SerialParity
Auto Trait Implementations
impl RefUnwindSafe for SerialParity
impl Send for SerialParity
impl Sync for SerialParity
impl Unpin for SerialParity
impl UnwindSafe for SerialParity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more