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