Struct libdazzle_sys::DzlScrolledWindowClass
source · [−]#[repr(C)]pub struct DzlScrolledWindowClass {
pub parent_class: GtkScrolledWindowClass,
}Fields
parent_class: GtkScrolledWindowClassTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlScrolledWindowClass
impl !Send for DzlScrolledWindowClass
impl !Sync for DzlScrolledWindowClass
impl Unpin for DzlScrolledWindowClass
impl UnwindSafe for DzlScrolledWindowClass
Blanket Implementations
Mutably borrows from an owned value. Read more