Enum libqueued::QueuedLayoutType
source · pub enum QueuedLayoutType {
FixedSlots,
LogStructured,
}Variants§
Trait Implementations§
source§impl Clone for QueuedLayoutType
impl Clone for QueuedLayoutType
source§fn clone(&self) -> QueuedLayoutType
fn clone(&self) -> QueuedLayoutType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for QueuedLayoutType
impl Debug for QueuedLayoutType
source§impl Hash for QueuedLayoutType
impl Hash for QueuedLayoutType
source§impl PartialEq<QueuedLayoutType> for QueuedLayoutType
impl PartialEq<QueuedLayoutType> for QueuedLayoutType
source§fn eq(&self, other: &QueuedLayoutType) -> bool
fn eq(&self, other: &QueuedLayoutType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.