pub struct FunctionArgSizeSpec {
pub rows: FunctionArgDim,
pub cols: FunctionArgDim,
}Fields§
§rows: FunctionArgDim§cols: FunctionArgDimTrait Implementations§
Source§impl Clone for FunctionArgSizeSpec
impl Clone for FunctionArgSizeSpec
Source§fn clone(&self) -> FunctionArgSizeSpec
fn clone(&self) -> FunctionArgSizeSpec
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 moreSource§impl Debug for FunctionArgSizeSpec
impl Debug for FunctionArgSizeSpec
Source§impl<'de> Deserialize<'de> for FunctionArgSizeSpec
impl<'de> Deserialize<'de> for FunctionArgSizeSpec
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 FunctionArgSizeSpec
impl PartialEq for FunctionArgSizeSpec
Source§fn eq(&self, other: &FunctionArgSizeSpec) -> bool
fn eq(&self, other: &FunctionArgSizeSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FunctionArgSizeSpec
impl Serialize for FunctionArgSizeSpec
impl StructuralPartialEq for FunctionArgSizeSpec
Auto Trait Implementations§
impl Freeze for FunctionArgSizeSpec
impl RefUnwindSafe for FunctionArgSizeSpec
impl Send for FunctionArgSizeSpec
impl Sync for FunctionArgSizeSpec
impl Unpin for FunctionArgSizeSpec
impl UnsafeUnpin for FunctionArgSizeSpec
impl UnwindSafe for FunctionArgSizeSpec
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