Enum nuklear::StyleHeaderAlign [−][src]
#[repr(i32)]pub enum StyleHeaderAlign { NK_HEADER_LEFT, NK_HEADER_RIGHT, }
Variants
NK_HEADER_LEFTNK_HEADER_RIGHT
Trait Implementations
impl Hash for nk_style_header_align[src]
impl Hash for nk_style_header_alignfn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for nk_style_header_align[src]
impl Clone for nk_style_header_alignfn clone(&self) -> nk_style_header_align[src]
fn clone(&self) -> nk_style_header_alignReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for nk_style_header_align[src]
impl Debug for nk_style_header_alignfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_style_header_align[src]
impl Copy for nk_style_header_alignimpl Eq for nk_style_header_align[src]
impl Eq for nk_style_header_alignimpl PartialEq<nk_style_header_align> for nk_style_header_align[src]
impl PartialEq<nk_style_header_align> for nk_style_header_alignAuto Trait Implementations
impl Send for nk_style_header_align
impl Send for nk_style_header_alignimpl Sync for nk_style_header_align
impl Sync for nk_style_header_align