Struct libadwaita_sys::AdwBin
source · [−]#[repr(C)]pub struct AdwBin {
pub parent_instance: GtkWidget,
}Fields
parent_instance: GtkWidgetTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more