#[repr(C)]pub struct std___basic_node_handle {
pub __ptr_: std___basic_node_handle___node_pointer_type,
pub __alloc_: u8,
}Fields§
§__ptr_: std___basic_node_handle___node_pointer_type§__alloc_: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for std___basic_node_handle
impl RefUnwindSafe for std___basic_node_handle
impl Send for std___basic_node_handle
impl Sync for std___basic_node_handle
impl Unpin for std___basic_node_handle
impl UnsafeUnpin for std___basic_node_handle
impl UnwindSafe for std___basic_node_handle
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