#[repr(C)]pub struct GstTensorDim {
pub size: size_t,
pub order_index: size_t,
}
Fields§
§size: size_t
§order_index: size_t
Trait Implementations§
Source§impl Clone for GstTensorDim
impl Clone for GstTensorDim
Source§fn clone(&self) -> GstTensorDim
fn clone(&self) -> GstTensorDim
Returns a copy 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 GstTensorDim
impl Debug for GstTensorDim
impl Copy for GstTensorDim
Auto Trait Implementations§
impl Freeze for GstTensorDim
impl RefUnwindSafe for GstTensorDim
impl Send for GstTensorDim
impl Sync for GstTensorDim
impl Unpin for GstTensorDim
impl UnwindSafe for GstTensorDim
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