#[repr(C)]pub enum EditType {
Simple = 512,
Field = 608,
Box = 1_640,
Editor = 1_128,
}
Variants§
Trait Implementations§
Source§impl<'a> From<&'a u32> for &'a EditType
impl<'a> From<&'a u32> for &'a EditType
Source§fn from(a: &'a nk_edit_types) -> &'a EditType
fn from(a: &'a nk_edit_types) -> &'a EditType
Converts to this type from the input type.
Source§impl From<EditType> for nk_edit_types
impl From<EditType> for nk_edit_types
Source§fn from(a: EditType) -> nk_edit_types
fn from(a: EditType) -> nk_edit_types
Converts to this type from the input type.
Source§impl From<u32> for EditType
impl From<u32> for EditType
Source§fn from(a: nk_edit_types) -> EditType
fn from(a: nk_edit_types) -> EditType
Converts to this type from the input type.
impl Copy for EditType
impl Eq for EditType
impl StructuralPartialEq for EditType
Auto Trait Implementations§
impl Freeze for EditType
impl RefUnwindSafe for EditType
impl Send for EditType
impl Sync for EditType
impl Unpin for EditType
impl UnwindSafe for EditType
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