#[repr(C)]pub struct au_evclass_map {
pub ec_number: au_event_t,
pub ec_class: au_class_t,
}Fields§
§ec_number: au_event_t§ec_class: au_class_tTrait Implementations§
Source§impl Clone for au_evclass_map
impl Clone for au_evclass_map
Source§fn clone(&self) -> au_evclass_map
fn clone(&self) -> au_evclass_map
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 au_evclass_map
impl Debug for au_evclass_map
impl Copy for au_evclass_map
Auto Trait Implementations§
impl Freeze for au_evclass_map
impl RefUnwindSafe for au_evclass_map
impl Send for au_evclass_map
impl Sync for au_evclass_map
impl Unpin for au_evclass_map
impl UnwindSafe for au_evclass_map
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