Struct NodeContainerType
#[repr(transparent)]pub struct NodeContainerType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NodeContainerType
impl Clone for NodeContainerType
§fn clone(&self) -> NodeContainerType
fn clone(&self) -> NodeContainerType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NodeContainerType
impl Debug for NodeContainerType
§impl Default for NodeContainerType
impl Default for NodeContainerType
§fn default() -> NodeContainerType
fn default() -> NodeContainerType
Returns the “default value” for a type. Read more
§impl PartialEq for NodeContainerType
impl PartialEq for NodeContainerType
impl Copy for NodeContainerType
impl Eq for NodeContainerType
impl StructuralPartialEq for NodeContainerType
Auto Trait Implementations§
impl Freeze for NodeContainerType
impl RefUnwindSafe for NodeContainerType
impl Send for NodeContainerType
impl Sync for NodeContainerType
impl Unpin for NodeContainerType
impl UnwindSafe for NodeContainerType
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