Struct rust_lirc_client_sys::lirc_config
source · [−]#[repr(C)]pub struct lirc_config {
pub lircrc_class: *mut c_char,
pub current_mode: *mut c_char,
pub next: *mut lirc_config_entry,
pub first: *mut lirc_config_entry,
pub sockfd: c_int,
}Fields
lircrc_class: *mut c_charcurrent_mode: *mut c_charnext: *mut lirc_config_entryfirst: *mut lirc_config_entrysockfd: c_intTrait Implementations
sourceimpl Clone for lirc_config
impl Clone for lirc_config
sourcefn clone(&self) -> lirc_config
fn clone(&self) -> lirc_config
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for lirc_config
impl Debug for lirc_config
impl Copy for lirc_config
Auto Trait Implementations
impl RefUnwindSafe for lirc_config
impl !Send for lirc_config
impl !Sync for lirc_config
impl Unpin for lirc_config
impl UnwindSafe for lirc_config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more