#[repr(C)]pub struct SndSeqRemoveEvents {
pub remove_mode: c_uint,
pub time: SndSeqTimestamp,
pub queue: c_uchar,
pub dest: SndSeqAddr,
pub channel: c_uchar,
pub type_: c_int,
pub tag: c_char,
pub reserved: [c_int; 10],
}Fields§
§remove_mode: c_uint§time: SndSeqTimestamp§queue: c_uchar§dest: SndSeqAddr§channel: c_uchar§type_: c_int§tag: c_char§reserved: [c_int; 10]Trait Implementations§
Source§impl Clone for SndSeqRemoveEvents
impl Clone for SndSeqRemoveEvents
Source§fn clone(&self) -> SndSeqRemoveEvents
fn clone(&self) -> SndSeqRemoveEvents
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 moreimpl Copy for SndSeqRemoveEvents
Auto Trait Implementations§
impl Freeze for SndSeqRemoveEvents
impl RefUnwindSafe for SndSeqRemoveEvents
impl Send for SndSeqRemoveEvents
impl Sync for SndSeqRemoveEvents
impl Unpin for SndSeqRemoveEvents
impl UnwindSafe for SndSeqRemoveEvents
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