pub enum SampleLayout {
ColumnMajor,
}Expand description
How prepared values are laid out in the workspace buffer.
Variants§
ColumnMajor
Column-major blocks of length effective_n (default).
Trait Implementations§
Source§impl Clone for SampleLayout
impl Clone for SampleLayout
Source§fn clone(&self) -> SampleLayout
fn clone(&self) -> SampleLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SampleLayout
Source§impl Debug for SampleLayout
impl Debug for SampleLayout
Source§impl Default for SampleLayout
impl Default for SampleLayout
Source§fn default() -> SampleLayout
fn default() -> SampleLayout
Returns the “default value” for a type. Read more
impl Eq for SampleLayout
Source§impl Hash for SampleLayout
impl Hash for SampleLayout
Source§impl PartialEq for SampleLayout
impl PartialEq for SampleLayout
impl StructuralPartialEq for SampleLayout
Auto Trait Implementations§
impl Freeze for SampleLayout
impl RefUnwindSafe for SampleLayout
impl Send for SampleLayout
impl Sync for SampleLayout
impl Unpin for SampleLayout
impl UnsafeUnpin for SampleLayout
impl UnwindSafe for SampleLayout
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more