#[repr(C)]pub enum TreeType {
Node = 0,
Tab = 1,
}
Variants§
Trait Implementations§
Source§impl<'a> From<&'a u32> for &'a TreeType
impl<'a> From<&'a u32> for &'a TreeType
Source§fn from(a: &'a nk_tree_type) -> &'a TreeType
fn from(a: &'a nk_tree_type) -> &'a TreeType
Converts to this type from the input type.
Source§impl From<TreeType> for nk_tree_type
impl From<TreeType> for nk_tree_type
Source§fn from(a: TreeType) -> nk_tree_type
fn from(a: TreeType) -> nk_tree_type
Converts to this type from the input type.
Source§impl From<u32> for TreeType
impl From<u32> for TreeType
Source§fn from(a: nk_tree_type) -> TreeType
fn from(a: nk_tree_type) -> TreeType
Converts to this type from the input type.
impl Copy for TreeType
impl Eq for TreeType
impl StructuralPartialEq for TreeType
Auto Trait Implementations§
impl Freeze for TreeType
impl RefUnwindSafe for TreeType
impl Send for TreeType
impl Sync for TreeType
impl Unpin for TreeType
impl UnwindSafe for TreeType
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