pub struct ProviderConv1dOptions {
pub mode: ProviderConvMode,
pub orientation: ProviderConvOrientation,
}Fields§
§mode: ProviderConvMode§orientation: ProviderConvOrientationTrait Implementations§
Source§impl Clone for ProviderConv1dOptions
impl Clone for ProviderConv1dOptions
Source§fn clone(&self) -> ProviderConv1dOptions
fn clone(&self) -> ProviderConv1dOptions
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 ProviderConv1dOptions
impl Debug for ProviderConv1dOptions
Source§impl<'de> Deserialize<'de> for ProviderConv1dOptions
impl<'de> Deserialize<'de> for ProviderConv1dOptions
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 ProviderConv1dOptions
impl PartialEq for ProviderConv1dOptions
Source§impl Serialize for ProviderConv1dOptions
impl Serialize for ProviderConv1dOptions
impl Copy for ProviderConv1dOptions
impl Eq for ProviderConv1dOptions
impl StructuralPartialEq for ProviderConv1dOptions
Auto Trait Implementations§
impl Freeze for ProviderConv1dOptions
impl RefUnwindSafe for ProviderConv1dOptions
impl Send for ProviderConv1dOptions
impl Sync for ProviderConv1dOptions
impl Unpin for ProviderConv1dOptions
impl UnwindSafe for ProviderConv1dOptions
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