pub enum GridSamplePaddingModeIr {
Zeros,
Border,
Reflection,
}Variants§
Trait Implementations§
Source§impl Clone for GridSamplePaddingModeIr
impl Clone for GridSamplePaddingModeIr
Source§fn clone(&self) -> GridSamplePaddingModeIr
fn clone(&self) -> GridSamplePaddingModeIr
Returns a duplicate 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 GridSamplePaddingModeIr
impl Debug for GridSamplePaddingModeIr
Source§impl<'de> Deserialize<'de> for GridSamplePaddingModeIr
impl<'de> Deserialize<'de> for GridSamplePaddingModeIr
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
Source§impl From<GridSamplePaddingMode> for GridSamplePaddingModeIr
impl From<GridSamplePaddingMode> for GridSamplePaddingModeIr
Source§fn from(val: GridSamplePaddingMode) -> Self
fn from(val: GridSamplePaddingMode) -> Self
Converts to this type from the input type.
Source§impl From<GridSamplePaddingModeIr> for GridSamplePaddingMode
impl From<GridSamplePaddingModeIr> for GridSamplePaddingMode
Source§fn from(val: GridSamplePaddingModeIr) -> Self
fn from(val: GridSamplePaddingModeIr) -> Self
Converts to this type from the input type.
Source§impl Hash for GridSamplePaddingModeIr
impl Hash for GridSamplePaddingModeIr
Source§impl PartialEq for GridSamplePaddingModeIr
impl PartialEq for GridSamplePaddingModeIr
Source§impl Serialize for GridSamplePaddingModeIr
impl Serialize for GridSamplePaddingModeIr
impl StructuralPartialEq for GridSamplePaddingModeIr
Auto Trait Implementations§
impl Freeze for GridSamplePaddingModeIr
impl RefUnwindSafe for GridSamplePaddingModeIr
impl Send for GridSamplePaddingModeIr
impl Sync for GridSamplePaddingModeIr
impl Unpin for GridSamplePaddingModeIr
impl UnwindSafe for GridSamplePaddingModeIr
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