#[repr(C)]pub struct AdwLayoutSlotClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for AdwLayoutSlotClass
impl Clone for AdwLayoutSlotClass
Source§fn clone(&self) -> AdwLayoutSlotClass
fn clone(&self) -> AdwLayoutSlotClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdwLayoutSlotClass
Auto Trait Implementations§
impl !Send for AdwLayoutSlotClass
impl !Sync for AdwLayoutSlotClass
impl Freeze for AdwLayoutSlotClass
impl RefUnwindSafe for AdwLayoutSlotClass
impl Unpin for AdwLayoutSlotClass
impl UnsafeUnpin for AdwLayoutSlotClass
impl UnwindSafe for AdwLayoutSlotClass
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