pub enum ProviderLayout {
ColumnMajorContiguous,
Strided,
Opaque,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderLayout
impl Clone for ProviderLayout
Source§fn clone(&self) -> ProviderLayout
fn clone(&self) -> ProviderLayout
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 ProviderLayout
Source§impl Debug for ProviderLayout
impl Debug for ProviderLayout
Source§impl<'de> Deserialize<'de> for ProviderLayout
impl<'de> Deserialize<'de> for ProviderLayout
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProviderLayout
Source§impl PartialEq for ProviderLayout
impl PartialEq for ProviderLayout
Source§impl Serialize for ProviderLayout
impl Serialize for ProviderLayout
impl StructuralPartialEq for ProviderLayout
Auto Trait Implementations§
impl Freeze for ProviderLayout
impl RefUnwindSafe for ProviderLayout
impl Send for ProviderLayout
impl Sync for ProviderLayout
impl Unpin for ProviderLayout
impl UnsafeUnpin for ProviderLayout
impl UnwindSafe for ProviderLayout
Blanket Implementations§
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