Struct oboe_sys::oboe_Version
source · #[repr(C)]pub struct oboe_Version {
pub _address: u8,
}Expand description
Oboe versioning object
Fields§
§_address: u8Trait Implementations§
source§impl Clone for oboe_Version
impl Clone for oboe_Version
source§fn clone(&self) -> oboe_Version
fn clone(&self) -> oboe_Version
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