#[repr(C)]pub struct LV2AtomObject {
pub atom: LV2Atom,
pub body: LV2AtomObjectBody,
}Expand description
An atom:Object. May be cast to LV2_Atom.
Fields§
§atom: LV2AtomAtom header.
body: LV2AtomObjectBodyBody.
Implementations§
Source§impl LV2AtomObject
impl LV2AtomObject
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LV2AtomObject
impl RefUnwindSafe for LV2AtomObject
impl Send for LV2AtomObject
impl Sync for LV2AtomObject
impl Unpin for LV2AtomObject
impl UnwindSafe for LV2AtomObject
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