pub struct PortableNodeHandle(/* private fields */);Expand description
An engine node handle, only the engine hands these out.
Trait Implementations§
Source§impl Clone for PortableNodeHandle
impl Clone for PortableNodeHandle
impl Copy for PortableNodeHandle
Source§impl Debug for PortableNodeHandle
impl Debug for PortableNodeHandle
impl Eq for PortableNodeHandle
Source§impl PartialEq for PortableNodeHandle
impl PartialEq for PortableNodeHandle
impl StructuralPartialEq for PortableNodeHandle
Auto Trait Implementations§
impl Freeze for PortableNodeHandle
impl RefUnwindSafe for PortableNodeHandle
impl Send for PortableNodeHandle
impl Sync for PortableNodeHandle
impl Unpin for PortableNodeHandle
impl UnsafeUnpin for PortableNodeHandle
impl UnwindSafe for PortableNodeHandle
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