pub enum ImfilterShape {
Same,
Full,
Valid,
}Expand description
Output sizing mode used by imfilter.
Variants§
Trait Implementations§
Source§impl Clone for ImfilterShape
impl Clone for ImfilterShape
Source§fn clone(&self) -> ImfilterShape
fn clone(&self) -> ImfilterShape
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 ImfilterShape
impl Debug for ImfilterShape
Source§impl<'de> Deserialize<'de> for ImfilterShape
impl<'de> Deserialize<'de> for ImfilterShape
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 PartialEq for ImfilterShape
impl PartialEq for ImfilterShape
Source§impl Serialize for ImfilterShape
impl Serialize for ImfilterShape
impl Copy for ImfilterShape
impl Eq for ImfilterShape
impl StructuralPartialEq for ImfilterShape
Auto Trait Implementations§
impl Freeze for ImfilterShape
impl RefUnwindSafe for ImfilterShape
impl Send for ImfilterShape
impl Sync for ImfilterShape
impl Unpin for ImfilterShape
impl UnwindSafe for ImfilterShape
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