#[repr(C, packed(1))]pub struct _snd_ump_msg_stream_gen {
pub data1: u16,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub data2: u32,
pub data3: u32,
pub data4: u32,
}Fields§
§data1: u16§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>§data2: u32§data3: u32§data4: u32Implementations§
Source§impl _snd_ump_msg_stream_gen
impl _snd_ump_msg_stream_gen
pub fn status(&self) -> u16
pub fn set_status(&mut self, val: u16)
pub unsafe fn status_raw(this: *const Self) -> u16
pub unsafe fn set_status_raw(this: *mut Self, val: u16)
pub fn format(&self) -> u16
pub fn set_format(&mut self, val: u16)
pub unsafe fn format_raw(this: *const Self) -> u16
pub unsafe fn set_format_raw(this: *mut Self, val: u16)
pub fn type_(&self) -> u16
pub fn set_type(&mut self, val: u16)
pub unsafe fn type__raw(this: *const Self) -> u16
pub unsafe fn set_type_raw(this: *mut Self, val: u16)
pub fn new_bitfield_1( status: u16, format: u16, type_: u16, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for _snd_ump_msg_stream_gen
impl Clone for _snd_ump_msg_stream_gen
Source§fn clone(&self) -> _snd_ump_msg_stream_gen
fn clone(&self) -> _snd_ump_msg_stream_gen
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_stream_gen
impl Debug for _snd_ump_msg_stream_gen
impl Copy for _snd_ump_msg_stream_gen
Auto Trait Implementations§
impl Freeze for _snd_ump_msg_stream_gen
impl RefUnwindSafe for _snd_ump_msg_stream_gen
impl Send for _snd_ump_msg_stream_gen
impl Sync for _snd_ump_msg_stream_gen
impl Unpin for _snd_ump_msg_stream_gen
impl UnwindSafe for _snd_ump_msg_stream_gen
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