#[repr(transparent)]pub struct NodeType(pub c_int);
Tuple Fields
0: c_int
Implementations
Trait Implementations
sourceimpl BitAndAssign<NodeType> for NodeType
impl BitAndAssign<NodeType> for NodeType
sourcefn bitand_assign(&mut self, rhs: NodeType)
fn bitand_assign(&mut self, rhs: NodeType)
Performs the &=
operation. Read more
sourceimpl BitOrAssign<NodeType> for NodeType
impl BitOrAssign<NodeType> for NodeType
sourcefn bitor_assign(&mut self, rhs: NodeType)
fn bitor_assign(&mut self, rhs: NodeType)
Performs the |=
operation. Read more
impl Copy for NodeType
impl Eq for NodeType
impl StructuralEq for NodeType
impl StructuralPartialEq for NodeType
Auto Trait Implementations
impl RefUnwindSafe for NodeType
impl Send for NodeType
impl Sync for NodeType
impl Unpin for NodeType
impl UnwindSafe for NodeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more