#[repr(C)]pub struct oboe_Version {
pub _address: u8,
}
Expand description
Oboe versioning object
Fields§
§_address: u8
Trait 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 moreSource§impl Debug for oboe_Version
impl Debug for oboe_Version
impl Copy for oboe_Version
Auto Trait Implementations§
impl Freeze for oboe_Version
impl RefUnwindSafe for oboe_Version
impl Send for oboe_Version
impl Sync for oboe_Version
impl Unpin for oboe_Version
impl UnwindSafe for oboe_Version
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