Struct ddcutil_sys::DDCA_IO_Path
[−]
[src]
#[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_Adlno
Methods
impl DDCA_IO_Path
[src]
pub fn i2c_busno(&self) -> c_int
[src]
pub fn hiddev_devno(&self) -> c_int
[src]
pub fn adlno(&self) -> &DDCA_Adlno
[src]
Trait Implementations
impl Copy for DDCA_IO_Path
[src]
impl Clone for DDCA_IO_Path
[src]
fn clone(&self) -> DDCA_IO_Path
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more