Enum split_controller::SplitLayoutPurpose [−][src]
pub enum SplitLayoutPurpose { Draw, Event, }
Stores split layout purpose.
Variants
Draw
For drawing.
Event
For handling events.
Trait Implementations
impl Copy for SplitLayoutPurpose
[src]
impl Copy for SplitLayoutPurpose
impl Clone for SplitLayoutPurpose
[src]
impl Clone for SplitLayoutPurpose
fn clone(&self) -> SplitLayoutPurpose
[src]
fn clone(&self) -> SplitLayoutPurpose
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 SplitLayoutPurpose
[src]
impl PartialEq for SplitLayoutPurpose
fn eq(&self, other: &SplitLayoutPurpose) -> bool
[src]
fn eq(&self, other: &SplitLayoutPurpose) -> 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 SplitLayoutPurpose
[src]
impl Debug for SplitLayoutPurpose
Auto Trait Implementations
impl Send for SplitLayoutPurpose
impl Send for SplitLayoutPurpose
impl Sync for SplitLayoutPurpose
impl Sync for SplitLayoutPurpose