#[repr(C)]pub struct LV2_Atom_Object_Query {
pub key: u32,
pub value: *mut *const LV2_Atom,
}Expand description
A single entry in an Object query.
Fields§
§key: u32< Key to query (input set by user)
value: *mut *const LV2_Atom< Found value (output set by query function)
Trait Implementations§
Source§impl Clone for LV2_Atom_Object_Query
impl Clone for LV2_Atom_Object_Query
Source§fn clone(&self) -> LV2_Atom_Object_Query
fn clone(&self) -> LV2_Atom_Object_Query
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_Query
impl Debug for LV2_Atom_Object_Query
impl Copy for LV2_Atom_Object_Query
Auto Trait Implementations§
impl Freeze for LV2_Atom_Object_Query
impl RefUnwindSafe for LV2_Atom_Object_Query
impl !Send for LV2_Atom_Object_Query
impl !Sync for LV2_Atom_Object_Query
impl Unpin for LV2_Atom_Object_Query
impl UnwindSafe for LV2_Atom_Object_Query
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