pub struct GtkProvider(/* private fields */);
Expand description
This GTK provider does not support key rotations yet.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkProvider
impl RefUnwindSafe for GtkProvider
impl Send for GtkProvider
impl Sync for GtkProvider
impl Unpin for GtkProvider
impl UnwindSafe for GtkProvider
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