#[repr(C)]pub struct VariantSubTypeT {
pub shape: vector,
pub type_: TensorType,
pub has_rank: bool,
}Fields§
§shape: vector§type_: TensorType§has_rank: boolTrait Implementations§
Source§impl Debug for VariantSubTypeT
impl Debug for VariantSubTypeT
Auto Trait Implementations§
impl Freeze for VariantSubTypeT
impl RefUnwindSafe for VariantSubTypeT
impl Send for VariantSubTypeT
impl Sync for VariantSubTypeT
impl Unpin for VariantSubTypeT
impl UnsafeUnpin for VariantSubTypeT
impl UnwindSafe for VariantSubTypeT
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