#[repr(C)]pub struct LV2_Atom_Object {
pub atom: LV2_Atom,
pub body: LV2_Atom_Object_Body,
}Expand description
An atom:Object. May be cast to LV2_Atom.
Fields§
§atom: LV2_Atom< Atom header.
body: LV2_Atom_Object_Body< Body.
Trait Implementations§
Source§impl Clone for LV2_Atom_Object
impl Clone for LV2_Atom_Object
Source§fn clone(&self) -> LV2_Atom_Object
fn clone(&self) -> LV2_Atom_Object
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 LV2_Atom_Object
impl Debug for LV2_Atom_Object
impl Copy for LV2_Atom_Object
Auto Trait Implementations§
impl Freeze for LV2_Atom_Object
impl RefUnwindSafe for LV2_Atom_Object
impl Send for LV2_Atom_Object
impl Sync for LV2_Atom_Object
impl Unpin for LV2_Atom_Object
impl UnwindSafe for LV2_Atom_Object
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