Struct windows::Win32::Devices::Communication::DCB_PARITY
#[repr(transparent)]pub struct DCB_PARITY(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
§impl Clone for DCB_PARITY
impl Clone for DCB_PARITY
§fn clone(&self) -> DCB_PARITY
fn clone(&self) -> DCB_PARITY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DCB_PARITY
impl Debug for DCB_PARITY
§impl Default for DCB_PARITY
impl Default for DCB_PARITY
§fn default() -> DCB_PARITY
fn default() -> DCB_PARITY
Returns the “default value” for a type. Read more
§impl PartialEq for DCB_PARITY
impl PartialEq for DCB_PARITY
§fn eq(&self, other: &DCB_PARITY) -> bool
fn eq(&self, other: &DCB_PARITY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DCB_PARITY
impl Eq for DCB_PARITY
impl StructuralPartialEq for DCB_PARITY
Auto Trait Implementations§
impl Freeze for DCB_PARITY
impl RefUnwindSafe for DCB_PARITY
impl Send for DCB_PARITY
impl Sync for DCB_PARITY
impl Unpin for DCB_PARITY
impl UnwindSafe for DCB_PARITY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)