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