Struct gtk_sys::GtkFlowBoxAccessible
source · #[repr(C)]pub struct GtkFlowBoxAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkFlowBoxAccessiblePrivate,
}
Fields§
§parent: GtkContainerAccessible
§priv_: *mut GtkFlowBoxAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkFlowBoxAccessible
impl Clone for GtkFlowBoxAccessible
source§fn clone(&self) -> GtkFlowBoxAccessible
fn clone(&self) -> GtkFlowBoxAccessible
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 GtkFlowBoxAccessible
impl Debug for GtkFlowBoxAccessible
impl Copy for GtkFlowBoxAccessible
Auto Trait Implementations§
impl RefUnwindSafe for GtkFlowBoxAccessible
impl !Send for GtkFlowBoxAccessible
impl !Sync for GtkFlowBoxAccessible
impl Unpin for GtkFlowBoxAccessible
impl UnwindSafe for GtkFlowBoxAccessible
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