#[repr(C)]pub struct LV2_Atom {
pub size: u32,
pub type_: u32,
}Expand description
The header of an atom:Atom.
Fields§
§size: u32< Size in bytes, not including type and size.
type_: u32< Type of this atom (mapped URI).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LV2_Atom
impl RefUnwindSafe for LV2_Atom
impl Send for LV2_Atom
impl Sync for LV2_Atom
impl Unpin for LV2_Atom
impl UnwindSafe for LV2_Atom
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