#[repr(C)]
pub union Subtree {
pub data: SubtreeInlineData,
pub ptr: *const SubtreeHeapData,
}
Fields§
§data: SubtreeInlineData
§ptr: *const SubtreeHeapData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subtree
impl RefUnwindSafe for Subtree
impl !Send for Subtree
impl !Sync for Subtree
impl Unpin for Subtree
impl UnwindSafe for Subtree
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