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