#[repr(C)]pub struct ClapperGtkLeadContainer {
pub parent_instance: ClapperGtkContainer,
}Fields§
§parent_instance: ClapperGtkContainerTrait Implementations§
Source§impl Clone for ClapperGtkLeadContainer
impl Clone for ClapperGtkLeadContainer
Source§fn clone(&self) -> ClapperGtkLeadContainer
fn clone(&self) -> ClapperGtkLeadContainer
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 ClapperGtkLeadContainer
impl Debug for ClapperGtkLeadContainer
impl Copy for ClapperGtkLeadContainer
Auto Trait Implementations§
impl Freeze for ClapperGtkLeadContainer
impl RefUnwindSafe for ClapperGtkLeadContainer
impl !Send for ClapperGtkLeadContainer
impl !Sync for ClapperGtkLeadContainer
impl Unpin for ClapperGtkLeadContainer
impl UnsafeUnpin for ClapperGtkLeadContainer
impl UnwindSafe for ClapperGtkLeadContainer
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