#[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_char§current_mode: *mut c_char§next: *mut lirc_config_entry§first: *mut lirc_config_entry§sockfd: c_intTrait Implementations§
Source§impl Clone for lirc_config
impl Clone for lirc_config
Source§fn clone(&self) -> lirc_config
fn clone(&self) -> lirc_config
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 lirc_config
impl Debug for lirc_config
impl Copy for lirc_config
Auto Trait Implementations§
impl Freeze for lirc_config
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§
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