Struct alsa_sys::snd_seq_ev_ext
source · #[repr(C, packed(1))]pub struct snd_seq_ev_ext {
pub len: c_uint,
pub ptr: *mut c_void,
}
Expand description
external stored data
Fields§
§len: c_uint
< length of data
ptr: *mut c_void
< pointer to data (note: can be 64-bit)
Trait Implementations§
source§impl Clone for snd_seq_ev_ext
impl Clone for snd_seq_ev_ext
source§fn clone(&self) -> snd_seq_ev_ext
fn clone(&self) -> snd_seq_ev_ext
Returns a copy 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 snd_seq_ev_ext
impl Debug for snd_seq_ev_ext
impl Copy for snd_seq_ev_ext
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_ev_ext
impl !Send for snd_seq_ev_ext
impl !Sync for snd_seq_ev_ext
impl Unpin for snd_seq_ev_ext
impl UnwindSafe for snd_seq_ev_ext
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