#[repr(C)]pub enum LayoutFormat {
Dynamic = 0,
Static = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for LayoutFormat
impl Clone for LayoutFormat
Source§fn clone(&self) -> LayoutFormat
fn clone(&self) -> LayoutFormat
Returns a copy 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<'a> From<&'a u32> for &'a LayoutFormat
impl<'a> From<&'a u32> for &'a LayoutFormat
Source§fn from(a: &'a nk_layout_format) -> &'a LayoutFormat
fn from(a: &'a nk_layout_format) -> &'a LayoutFormat
Converts to this type from the input type.
Source§impl From<LayoutFormat> for nk_layout_format
impl From<LayoutFormat> for nk_layout_format
Source§fn from(a: LayoutFormat) -> nk_layout_format
fn from(a: LayoutFormat) -> nk_layout_format
Converts to this type from the input type.
Source§impl From<u32> for LayoutFormat
impl From<u32> for LayoutFormat
Source§fn from(a: nk_layout_format) -> LayoutFormat
fn from(a: nk_layout_format) -> LayoutFormat
Converts to this type from the input type.
Source§impl PartialEq for LayoutFormat
impl PartialEq for LayoutFormat
impl Copy for LayoutFormat
impl Eq for LayoutFormat
impl StructuralPartialEq for LayoutFormat
Auto Trait Implementations§
impl Freeze for LayoutFormat
impl RefUnwindSafe for LayoutFormat
impl Send for LayoutFormat
impl Sync for LayoutFormat
impl Unpin for LayoutFormat
impl UnwindSafe for LayoutFormat
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