#[repr(C)]pub struct BisLatchScrollableClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for BisLatchScrollableClass
impl Clone for BisLatchScrollableClass
Source§fn clone(&self) -> BisLatchScrollableClass
fn clone(&self) -> BisLatchScrollableClass
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 BisLatchScrollableClass
Auto Trait Implementations§
impl !Send for BisLatchScrollableClass
impl !Sync for BisLatchScrollableClass
impl Freeze for BisLatchScrollableClass
impl RefUnwindSafe for BisLatchScrollableClass
impl Unpin for BisLatchScrollableClass
impl UnsafeUnpin for BisLatchScrollableClass
impl UnwindSafe for BisLatchScrollableClass
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