#[repr(C)]pub union _snd_ump_msg_mixed_data {
pub header: snd_ump_msg_mixed_data_header_t,
pub payload: snd_ump_msg_mixed_data_payload_t,
pub raw: [u32; 4],
}Fields§
§header: snd_ump_msg_mixed_data_header_t§payload: snd_ump_msg_mixed_data_payload_t§raw: [u32; 4]Trait Implementations§
Source§impl Clone for _snd_ump_msg_mixed_data
impl Clone for _snd_ump_msg_mixed_data
Source§fn clone(&self) -> _snd_ump_msg_mixed_data
fn clone(&self) -> _snd_ump_msg_mixed_data
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 moreimpl Copy for _snd_ump_msg_mixed_data
Auto Trait Implementations§
impl Freeze for _snd_ump_msg_mixed_data
impl RefUnwindSafe for _snd_ump_msg_mixed_data
impl Send for _snd_ump_msg_mixed_data
impl Sync for _snd_ump_msg_mixed_data
impl Unpin for _snd_ump_msg_mixed_data
impl UnwindSafe for _snd_ump_msg_mixed_data
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