#[repr(C)]pub struct lirc_config_entry {
pub prog: *mut c_char,
pub code: *mut lirc_code,
pub rep_delay: c_uint,
pub ign_first_events: c_uint,
pub rep: c_uint,
pub config: *mut lirc_list,
pub change_mode: *mut c_char,
pub flags: c_uint,
pub mode: *mut c_char,
pub next_config: *mut lirc_list,
pub next_code: *mut lirc_code,
pub next: *mut lirc_config_entry,
}Fields§
§prog: *mut c_char§code: *mut lirc_code§rep_delay: c_uint§ign_first_events: c_uint§rep: c_uint§config: *mut lirc_list§change_mode: *mut c_char§flags: c_uint§mode: *mut c_char§next_config: *mut lirc_list§next_code: *mut lirc_code§next: *mut lirc_config_entryTrait Implementations§
Source§impl Clone for lirc_config_entry
impl Clone for lirc_config_entry
Source§fn clone(&self) -> lirc_config_entry
fn clone(&self) -> lirc_config_entry
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_entry
impl Debug for lirc_config_entry
impl Copy for lirc_config_entry
Auto Trait Implementations§
impl Freeze for lirc_config_entry
impl RefUnwindSafe for lirc_config_entry
impl !Send for lirc_config_entry
impl !Sync for lirc_config_entry
impl Unpin for lirc_config_entry
impl UnwindSafe for lirc_config_entry
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