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