Struct libadwaita_sys::AdwBin
source · #[repr(C)]pub struct AdwBin {
pub parent_instance: GtkWidget,
}
Fields§
§parent_instance: GtkWidget
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AdwBin
impl !Send for AdwBin
impl !Sync for AdwBin
impl Unpin for AdwBin
impl UnwindSafe for AdwBin
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