#[repr(C, packed(1))]pub struct snd_ump_msg_system {
pub parm2: u8,
pub parm1: u8,
pub status: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}Fields§
§parm2: u8§parm1: u8§status: u8§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>Implementations§
Source§impl snd_ump_msg_system
impl snd_ump_msg_system
pub fn group(&self) -> u8
pub fn set_group(&mut self, val: u8)
pub unsafe fn group_raw(this: *const Self) -> u8
pub unsafe fn set_group_raw(this: *mut Self, val: u8)
pub fn type_(&self) -> u8
pub fn set_type(&mut self, val: u8)
pub unsafe fn type__raw(this: *const Self) -> u8
pub unsafe fn set_type_raw(this: *mut Self, val: u8)
pub fn new_bitfield_1(group: u8, type_: u8) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for snd_ump_msg_system
impl Clone for snd_ump_msg_system
Source§fn clone(&self) -> snd_ump_msg_system
fn clone(&self) -> snd_ump_msg_system
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 snd_ump_msg_system
impl Debug for snd_ump_msg_system
impl Copy for snd_ump_msg_system
Auto Trait Implementations§
impl Freeze for snd_ump_msg_system
impl RefUnwindSafe for snd_ump_msg_system
impl Send for snd_ump_msg_system
impl Sync for snd_ump_msg_system
impl Unpin for snd_ump_msg_system
impl UnwindSafe for snd_ump_msg_system
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