#[repr(C)]pub union _snd_ump_msg_stream {
pub gen_: snd_ump_msg_stream_gen_t,
pub hdr: snd_ump_msg_hdr_t,
pub raw: [u32; 4],
}Fields§
§gen_: snd_ump_msg_stream_gen_t§hdr: snd_ump_msg_hdr_t§raw: [u32; 4]Trait Implementations§
Source§impl Clone for _snd_ump_msg_stream
impl Clone for _snd_ump_msg_stream
Source§fn clone(&self) -> _snd_ump_msg_stream
fn clone(&self) -> _snd_ump_msg_stream
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_stream
Auto Trait Implementations§
impl Freeze for _snd_ump_msg_stream
impl RefUnwindSafe for _snd_ump_msg_stream
impl Send for _snd_ump_msg_stream
impl Sync for _snd_ump_msg_stream
impl Unpin for _snd_ump_msg_stream
impl UnwindSafe for _snd_ump_msg_stream
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