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