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