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