pub struct MlTensorShape3D {
pub bands: i32,
pub x: i32,
pub y: i32,
}Expand description
MlTensorShape3D : A struct describing tensor shape for MlModelMetadata
Fields§
§bands: i32§x: i32§y: i32Implementations§
Trait Implementations§
Source§impl Clone for MlTensorShape3D
impl Clone for MlTensorShape3D
Source§fn clone(&self) -> MlTensorShape3D
fn clone(&self) -> MlTensorShape3D
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 MlTensorShape3D
impl Debug for MlTensorShape3D
Source§impl Default for MlTensorShape3D
impl Default for MlTensorShape3D
Source§fn default() -> MlTensorShape3D
fn default() -> MlTensorShape3D
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MlTensorShape3D
impl<'de> Deserialize<'de> for MlTensorShape3D
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 MlTensorShape3D
impl PartialEq for MlTensorShape3D
Source§impl Serialize for MlTensorShape3D
impl Serialize for MlTensorShape3D
impl StructuralPartialEq for MlTensorShape3D
Auto Trait Implementations§
impl Freeze for MlTensorShape3D
impl RefUnwindSafe for MlTensorShape3D
impl Send for MlTensorShape3D
impl Sync for MlTensorShape3D
impl Unpin for MlTensorShape3D
impl UnsafeUnpin for MlTensorShape3D
impl UnwindSafe for MlTensorShape3D
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