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