Enum uiAt
ui_sys
[+] Expand attributes#[repr(C)] pub enum uiAt { uiAtLeading, uiAtTop, uiAtTrailing, uiAtBottom, }
uiAtLeading
uiAtTop
uiAtTrailing
uiAtBottom
impl Clone for uiAt
fn clone(&self) -> uiAt
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 uiAt
impl PartialEq for uiAt
fn eq(&self, other: &uiAt) -> 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 uiAt
impl Sync for uiAt