Struct makepad_draw::font_atlas::os::linux::alsa_sys::snd_seq_ev_ctrl
source · #[repr(C)]pub struct snd_seq_ev_ctrl {
pub channel: u8,
pub unused: [u8; 3],
pub param: u32,
pub value: i32,
}Fields§
§channel: u8§unused: [u8; 3]§param: u32§value: i32Trait Implementations§
source§impl Clone for snd_seq_ev_ctrl
impl Clone for snd_seq_ev_ctrl
source§fn clone(&self) -> snd_seq_ev_ctrl
fn clone(&self) -> snd_seq_ev_ctrl
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_ctrl
impl Debug for snd_seq_ev_ctrl
impl Copy for snd_seq_ev_ctrl
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_ev_ctrl
impl Send for snd_seq_ev_ctrl
impl Sync for snd_seq_ev_ctrl
impl Unpin for snd_seq_ev_ctrl
impl UnwindSafe for snd_seq_ev_ctrl
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