[−][src]Struct lv2_sys::LV2_Atom_Forge
A "forge" for creating atoms by appending to a buffer.
Fields
buf: *mut u8offset: u32size: u32sink: LV2_Atom_Forge_Sinkderef: LV2_Atom_Forge_Deref_Funchandle: LV2_Atom_Forge_Sink_Handlestack: *mut LV2_Atom_Forge_FrameBlank: LV2_URIDBool: LV2_URIDChunk: LV2_URIDDouble: LV2_URIDFloat: LV2_URIDInt: LV2_URIDLong: LV2_URIDLiteral: LV2_URIDObject: LV2_URIDPath: LV2_URIDProperty: LV2_URIDResource: LV2_URIDSequence: LV2_URIDString: LV2_URIDTuple: LV2_URIDURI: LV2_URIDURID: LV2_URIDVector: LV2_URIDTrait Implementations
impl Clone for LV2_Atom_Forge[src]
fn clone(&self) -> LV2_Atom_Forge[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for LV2_Atom_Forge[src]
impl Debug for LV2_Atom_Forge[src]
Auto Trait Implementations
impl RefUnwindSafe for LV2_Atom_Forge
impl !Send for LV2_Atom_Forge
impl !Sync for LV2_Atom_Forge
impl Unpin for LV2_Atom_Forge
impl UnwindSafe for LV2_Atom_Forge
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,