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 more