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