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