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