#[repr(C)]pub struct DDCA_IO_Path {
pub io_mode: DDCA_IO_Mode,
pub _union: DDCA_Adlno,
}Fields§
§io_mode: DDCA_IO_Mode§_union: DDCA_AdlnoImplementations§
Source§impl DDCA_IO_Path
impl DDCA_IO_Path
pub fn i2c_busno(&self) -> c_int
pub fn hiddev_devno(&self) -> c_int
pub fn adlno(&self) -> &DDCA_Adlno
Trait Implementations§
Source§impl Clone for DDCA_IO_Path
impl Clone for DDCA_IO_Path
Source§fn clone(&self) -> DDCA_IO_Path
fn clone(&self) -> DDCA_IO_Path
Returns a duplicate 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 moreSource§impl Debug for DDCA_IO_Path
impl Debug for DDCA_IO_Path
impl Copy for DDCA_IO_Path
Auto Trait Implementations§
impl Freeze for DDCA_IO_Path
impl RefUnwindSafe for DDCA_IO_Path
impl Send for DDCA_IO_Path
impl Sync for DDCA_IO_Path
impl Unpin for DDCA_IO_Path
impl UnwindSafe for DDCA_IO_Path
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