Struct gtk_sys::_GtkSeparatorPrivate
source · #[repr(C)]pub struct _GtkSeparatorPrivate { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for _GtkSeparatorPrivate
impl !Send for _GtkSeparatorPrivate
impl !Sync for _GtkSeparatorPrivate
impl !Unpin for _GtkSeparatorPrivate
impl UnwindSafe for _GtkSeparatorPrivate
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