pub enum DeviceBatchingForm {
Scalar,
Packed,
ParticipantLoop,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DeviceBatchingForm
impl Clone for DeviceBatchingForm
Source§fn clone(&self) -> DeviceBatchingForm
fn clone(&self) -> DeviceBatchingForm
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 DeviceBatchingForm
Source§impl Debug for DeviceBatchingForm
impl Debug for DeviceBatchingForm
Source§impl<'de> Deserialize<'de> for DeviceBatchingForm
impl<'de> Deserialize<'de> for DeviceBatchingForm
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 DeviceBatchingForm
Source§impl PartialEq for DeviceBatchingForm
impl PartialEq for DeviceBatchingForm
Source§impl Serialize for DeviceBatchingForm
impl Serialize for DeviceBatchingForm
impl StructuralPartialEq for DeviceBatchingForm
Auto Trait Implementations§
impl Freeze for DeviceBatchingForm
impl RefUnwindSafe for DeviceBatchingForm
impl Send for DeviceBatchingForm
impl Sync for DeviceBatchingForm
impl Unpin for DeviceBatchingForm
impl UnsafeUnpin for DeviceBatchingForm
impl UnwindSafe for DeviceBatchingForm
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