pub struct Nvtree {
pub flags: u8,
/* private fields */
}Fields§
§flags: u8Trait Implementations§
impl Eq for Nvtree
impl StructuralPartialEq for Nvtree
Auto Trait Implementations§
impl Freeze for Nvtree
impl RefUnwindSafe for Nvtree
impl Send for Nvtree
impl Sync for Nvtree
impl Unpin for Nvtree
impl UnsafeUnpin for Nvtree
impl UnwindSafe for Nvtree
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