#[repr(C)]pub union hal_stream_data {
pub f: real_t,
pub b: bool,
pub s: i32,
pub u: u32,
}Fields§
§f: real_t§b: bool§s: i32§u: u32Trait Implementations§
Source§impl Clone for hal_stream_data
impl Clone for hal_stream_data
Source§fn clone(&self) -> hal_stream_data
fn clone(&self) -> hal_stream_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 hal_stream_data
Auto Trait Implementations§
impl Freeze for hal_stream_data
impl RefUnwindSafe for hal_stream_data
impl Send for hal_stream_data
impl Sync for hal_stream_data
impl Unpin for hal_stream_data
impl UnwindSafe for hal_stream_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