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