#[repr(C)]pub struct GvoxSample {
pub data: u32,
pub is_present: u8,
}Fields§
§data: u32§is_present: u8Trait Implementations§
Source§impl Clone for GvoxSample
impl Clone for GvoxSample
Source§fn clone(&self) -> GvoxSample
fn clone(&self) -> GvoxSample
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 GvoxSample
impl Debug for GvoxSample
impl Copy for GvoxSample
Auto Trait Implementations§
impl Freeze for GvoxSample
impl RefUnwindSafe for GvoxSample
impl Send for GvoxSample
impl Sync for GvoxSample
impl Unpin for GvoxSample
impl UnwindSafe for GvoxSample
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