Enum uiAlign
ui_sys
[+] Expand attributes#[repr(C)] pub enum uiAlign { uiAlignFill, uiAlignStart, uiAlignCenter, uiAlignEnd, }
uiAlignFill
uiAlignStart
uiAlignCenter
uiAlignEnd
impl Clone for uiAlign
fn clone(&self) -> uiAlign
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Copy for uiAlign
impl PartialEq for uiAlign
fn eq(&self, other: &uiAlign) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Send for uiAlign
impl Sync for uiAlign