#[repr(C)]pub struct AsComponentBox {
pub parent_instance: GObject,
pub cpts: *mut GPtrArray,
}
Fields§
§parent_instance: GObject
§cpts: *mut GPtrArray
Trait 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 · 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 AsComponentBox
impl Debug for AsComponentBox
impl Copy for AsComponentBox
Auto Trait Implementations§
impl Freeze for AsComponentBox
impl RefUnwindSafe for AsComponentBox
impl !Send for AsComponentBox
impl !Sync for AsComponentBox
impl Unpin 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