#[repr(C)]pub struct DzlTree {
pub parent_instance: GtkTreeView,
}Fields§
§parent_instance: GtkTreeViewTrait Implementations§
Auto Trait Implementations§
impl Freeze for DzlTree
impl RefUnwindSafe for DzlTree
impl !Send for DzlTree
impl !Sync for DzlTree
impl Unpin for DzlTree
impl UnwindSafe for DzlTree
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