Enum ui_sys::platform::macos::NSLayoutConstraintOrientation [−][src]
#[repr(i64)]pub enum NSLayoutConstraintOrientation { Horizontal, Vertical, }
Variants
Horizontal
Vertical
Trait Implementations
impl Copy for NSLayoutConstraintOrientation
[src]
impl Copy for NSLayoutConstraintOrientation
impl Clone for NSLayoutConstraintOrientation
[src]
impl Clone for NSLayoutConstraintOrientation
fn clone(&self) -> NSLayoutConstraintOrientation
[src]
fn clone(&self) -> NSLayoutConstraintOrientation
Returns 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 PartialEq for NSLayoutConstraintOrientation
[src]
impl PartialEq for NSLayoutConstraintOrientation
fn eq(&self, other: &NSLayoutConstraintOrientation) -> bool
[src]
fn eq(&self, other: &NSLayoutConstraintOrientation) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for NSLayoutConstraintOrientation
[src]
impl Debug for NSLayoutConstraintOrientation
Auto Trait Implementations
impl Send for NSLayoutConstraintOrientation
impl Send for NSLayoutConstraintOrientation
impl Sync for NSLayoutConstraintOrientation
impl Sync for NSLayoutConstraintOrientation