#[repr(C)]pub struct LV2_Atom_URID {
pub atom: LV2_Atom,
pub body: u32,
}Expand description
An atom:URID. May be cast to LV2_Atom.
Fields§
§atom: LV2_Atom< Atom header.
body: u32< URID.
Trait Implementations§
Source§impl Clone for LV2_Atom_URID
impl Clone for LV2_Atom_URID
Source§fn clone(&self) -> LV2_Atom_URID
fn clone(&self) -> LV2_Atom_URID
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_URID
impl Debug for LV2_Atom_URID
impl Copy for LV2_Atom_URID
Auto Trait Implementations§
impl Freeze for LV2_Atom_URID
impl RefUnwindSafe for LV2_Atom_URID
impl Send for LV2_Atom_URID
impl Sync for LV2_Atom_URID
impl Unpin for LV2_Atom_URID
impl UnwindSafe for LV2_Atom_URID
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