#[repr(C)]pub struct AsComponentBox {
pub parent_instance: GObject,
pub cpts: *mut GPtrArray,
}Fields§
§parent_instance: GObject§cpts: *mut GPtrArrayTrait Implementations§
Source§impl Clone for AsComponentBox
impl Clone for AsComponentBox
Source§fn clone(&self) -> AsComponentBox
fn clone(&self) -> AsComponentBox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsComponentBox
Auto Trait Implementations§
impl !Send for AsComponentBox
impl !Sync for AsComponentBox
impl Freeze for AsComponentBox
impl RefUnwindSafe for AsComponentBox
impl Unpin for AsComponentBox
impl UnsafeUnpin for AsComponentBox
impl UnwindSafe for AsComponentBox
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