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