#[repr(transparent)]pub struct ftdi_stopbits_type(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ftdi_stopbits_type
impl ftdi_stopbits_type
pub const STOP_BIT_1: ftdi_stopbits_type
Source§impl ftdi_stopbits_type
impl ftdi_stopbits_type
pub const STOP_BIT_15: ftdi_stopbits_type
Source§impl ftdi_stopbits_type
impl ftdi_stopbits_type
pub const STOP_BIT_2: ftdi_stopbits_type
Trait Implementations§
Source§impl Clone for ftdi_stopbits_type
impl Clone for ftdi_stopbits_type
Source§fn clone(&self) -> ftdi_stopbits_type
fn clone(&self) -> ftdi_stopbits_type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ftdi_stopbits_type
Source§impl Debug for ftdi_stopbits_type
impl Debug for ftdi_stopbits_type
impl Eq for ftdi_stopbits_type
Source§impl Hash for ftdi_stopbits_type
impl Hash for ftdi_stopbits_type
Source§impl PartialEq for ftdi_stopbits_type
impl PartialEq for ftdi_stopbits_type
Source§fn eq(&self, other: &ftdi_stopbits_type) -> bool
fn eq(&self, other: &ftdi_stopbits_type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ftdi_stopbits_type
Auto Trait Implementations§
impl Freeze for ftdi_stopbits_type
impl RefUnwindSafe for ftdi_stopbits_type
impl Send for ftdi_stopbits_type
impl Sync for ftdi_stopbits_type
impl Unpin for ftdi_stopbits_type
impl UnsafeUnpin for ftdi_stopbits_type
impl UnwindSafe for ftdi_stopbits_type
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