Struct gvox_sys::GvoxSample
source · #[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 copy 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 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