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