pub struct NodeTypeBits(/* private fields */);Trait Implementations§
Source§impl BitOr<NodeType> for NodeTypeBits
impl BitOr<NodeType> for NodeTypeBits
Source§impl BitOr for NodeTypeBits
impl BitOr for NodeTypeBits
Source§impl Clone for NodeTypeBits
impl Clone for NodeTypeBits
Source§fn clone(&self) -> NodeTypeBits
fn clone(&self) -> NodeTypeBits
Returns a duplicate 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 moreSource§impl Debug for NodeTypeBits
impl Debug for NodeTypeBits
Source§impl From<NodeTypeBits> for HAPI_NodeTypeBits
impl From<NodeTypeBits> for HAPI_NodeTypeBits
Source§fn from(value: NodeTypeBits) -> Self
fn from(value: NodeTypeBits) -> Self
Converts to this type from the input type.
Source§impl Hash for NodeTypeBits
impl Hash for NodeTypeBits
Source§impl PartialEq for NodeTypeBits
impl PartialEq for NodeTypeBits
Source§impl ToNodeTypeBits for NodeTypeBits
impl ToNodeTypeBits for NodeTypeBits
fn to_bits(self) -> NodeTypeBits
impl Copy for NodeTypeBits
impl Eq for NodeTypeBits
impl StructuralPartialEq for NodeTypeBits
Auto Trait Implementations§
impl Freeze for NodeTypeBits
impl RefUnwindSafe for NodeTypeBits
impl Send for NodeTypeBits
impl Sync for NodeTypeBits
impl Unpin for NodeTypeBits
impl UnwindSafe for NodeTypeBits
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