Struct libadwaita_sys::AdwBreakpointBin
source · #[repr(C)]pub struct AdwBreakpointBin {
pub parent_instance: GtkWidget,
}
Fields§
§parent_instance: GtkWidget
Trait Implementations§
source§impl Clone for AdwBreakpointBin
impl Clone for AdwBreakpointBin
source§fn clone(&self) -> AdwBreakpointBin
fn clone(&self) -> AdwBreakpointBin
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AdwBreakpointBin
impl Debug for AdwBreakpointBin
impl Copy for AdwBreakpointBin
Auto Trait Implementations§
impl RefUnwindSafe for AdwBreakpointBin
impl !Send for AdwBreakpointBin
impl !Sync for AdwBreakpointBin
impl Unpin for AdwBreakpointBin
impl UnwindSafe for AdwBreakpointBin
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