#[repr(C)]pub struct LV2_Atom_Forge_Frame {
pub parent: *mut LV2_Atom_Forge_Frame,
pub ref_: LV2_Atom_Forge_Ref,
}Expand description
A stack frame used for keeping track of nested Atom containers.
Fields§
§parent: *mut LV2_Atom_Forge_Frame§ref_: LV2_Atom_Forge_RefTrait Implementations§
Source§impl Clone for LV2_Atom_Forge_Frame
impl Clone for LV2_Atom_Forge_Frame
Source§fn clone(&self) -> LV2_Atom_Forge_Frame
fn clone(&self) -> LV2_Atom_Forge_Frame
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_Forge_Frame
impl Debug for LV2_Atom_Forge_Frame
impl Copy for LV2_Atom_Forge_Frame
Auto Trait Implementations§
impl Freeze for LV2_Atom_Forge_Frame
impl RefUnwindSafe for LV2_Atom_Forge_Frame
impl !Send for LV2_Atom_Forge_Frame
impl !Sync for LV2_Atom_Forge_Frame
impl Unpin for LV2_Atom_Forge_Frame
impl UnwindSafe for LV2_Atom_Forge_Frame
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