Struct gtk4_sys::GtkCustomSorter
source · [−]#[repr(C)]pub struct GtkCustomSorter { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCustomSorter
impl !Send for GtkCustomSorter
impl !Sync for GtkCustomSorter
impl !Unpin for GtkCustomSorter
impl UnwindSafe for GtkCustomSorter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more