Struct windows::Win32::Devices::Communication::DCB_STOP_BITS
#[repr(transparent)]pub struct DCB_STOP_BITS(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
§impl Clone for DCB_STOP_BITS
impl Clone for DCB_STOP_BITS
§fn clone(&self) -> DCB_STOP_BITS
fn clone(&self) -> DCB_STOP_BITS
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_STOP_BITS
impl Debug for DCB_STOP_BITS
§impl Default for DCB_STOP_BITS
impl Default for DCB_STOP_BITS
§fn default() -> DCB_STOP_BITS
fn default() -> DCB_STOP_BITS
Returns the “default value” for a type. Read more
§impl PartialEq for DCB_STOP_BITS
impl PartialEq for DCB_STOP_BITS
§fn eq(&self, other: &DCB_STOP_BITS) -> bool
fn eq(&self, other: &DCB_STOP_BITS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DCB_STOP_BITS
impl Eq for DCB_STOP_BITS
impl StructuralPartialEq for DCB_STOP_BITS
Auto Trait Implementations§
impl Freeze for DCB_STOP_BITS
impl RefUnwindSafe for DCB_STOP_BITS
impl Send for DCB_STOP_BITS
impl Sync for DCB_STOP_BITS
impl Unpin for DCB_STOP_BITS
impl UnwindSafe for DCB_STOP_BITS
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
)