#[repr(transparent)]pub struct ftdi_bits_type(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ftdi_bits_type
impl ftdi_bits_type
pub const BITS_7: ftdi_bits_type
Source§impl ftdi_bits_type
impl ftdi_bits_type
pub const BITS_8: ftdi_bits_type
Trait Implementations§
Source§impl Clone for ftdi_bits_type
impl Clone for ftdi_bits_type
Source§fn clone(&self) -> ftdi_bits_type
fn clone(&self) -> ftdi_bits_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_bits_type
Source§impl Debug for ftdi_bits_type
impl Debug for ftdi_bits_type
impl Eq for ftdi_bits_type
Source§impl Hash for ftdi_bits_type
impl Hash for ftdi_bits_type
Source§impl PartialEq for ftdi_bits_type
impl PartialEq for ftdi_bits_type
Source§fn eq(&self, other: &ftdi_bits_type) -> bool
fn eq(&self, other: &ftdi_bits_type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ftdi_bits_type
Auto Trait Implementations§
impl Freeze for ftdi_bits_type
impl RefUnwindSafe for ftdi_bits_type
impl Send for ftdi_bits_type
impl Sync for ftdi_bits_type
impl Unpin for ftdi_bits_type
impl UnsafeUnpin for ftdi_bits_type
impl UnwindSafe for ftdi_bits_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