#[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 Freeze for GtkFlowBoxAccessible
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