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