Struct libbismuth_sys::BisLatchLayoutClass
source · #[repr(C)]pub struct BisLatchLayoutClass {
pub parent_class: GtkLayoutManagerClass,
}
Fields§
§parent_class: GtkLayoutManagerClass
Trait Implementations§
source§impl Clone for BisLatchLayoutClass
impl Clone for BisLatchLayoutClass
source§fn clone(&self) -> BisLatchLayoutClass
fn clone(&self) -> BisLatchLayoutClass
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 BisLatchLayoutClass
impl Debug for BisLatchLayoutClass
impl Copy for BisLatchLayoutClass
Auto Trait Implementations§
impl Freeze for BisLatchLayoutClass
impl RefUnwindSafe for BisLatchLayoutClass
impl !Send for BisLatchLayoutClass
impl !Sync for BisLatchLayoutClass
impl Unpin for BisLatchLayoutClass
impl UnwindSafe for BisLatchLayoutClass
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