#[repr(C)]pub struct LV2_Atom_Property_Body {
pub key: u32,
pub context: u32,
pub value: LV2_Atom,
}Expand description
The body of an atom:Property (typically in an atom:Object).
Fields§
§key: u32< Key (predicate) (mapped URI).
context: u32< Context URID (may be, and generally is, 0).
value: LV2_Atom< Value atom header.
Trait Implementations§
Source§impl Clone for LV2_Atom_Property_Body
impl Clone for LV2_Atom_Property_Body
Source§fn clone(&self) -> LV2_Atom_Property_Body
fn clone(&self) -> LV2_Atom_Property_Body
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_Property_Body
impl Debug for LV2_Atom_Property_Body
impl Copy for LV2_Atom_Property_Body
Auto Trait Implementations§
impl Freeze for LV2_Atom_Property_Body
impl RefUnwindSafe for LV2_Atom_Property_Body
impl Send for LV2_Atom_Property_Body
impl Sync for LV2_Atom_Property_Body
impl Unpin for LV2_Atom_Property_Body
impl UnwindSafe for LV2_Atom_Property_Body
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