#[repr(C)]pub struct trtDims_t {
pub nb_dims: i32,
pub d: [i64; 8],
}Fields§
§nb_dims: i32§d: [i64; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for trtDims_t
impl RefUnwindSafe for trtDims_t
impl Send for trtDims_t
impl Sync for trtDims_t
impl Unpin for trtDims_t
impl UnsafeUnpin for trtDims_t
impl UnwindSafe for trtDims_t
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