#[repr(C)]pub struct LV2_Atom_Vector_Body {
pub child_size: u32,
pub child_type: u32,
}Expand description
The body of an atom:Vector.
Fields§
§child_size: u32< The size of each element in the vector.
child_type: u32< The type of each element in the vector.
Trait Implementations§
Source§impl Clone for LV2_Atom_Vector_Body
impl Clone for LV2_Atom_Vector_Body
Source§fn clone(&self) -> LV2_Atom_Vector_Body
fn clone(&self) -> LV2_Atom_Vector_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_Vector_Body
impl Debug for LV2_Atom_Vector_Body
impl Copy for LV2_Atom_Vector_Body
Auto Trait Implementations§
impl Freeze for LV2_Atom_Vector_Body
impl RefUnwindSafe for LV2_Atom_Vector_Body
impl Send for LV2_Atom_Vector_Body
impl Sync for LV2_Atom_Vector_Body
impl Unpin for LV2_Atom_Vector_Body
impl UnwindSafe for LV2_Atom_Vector_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