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