#[repr(i32)]pub enum trtTensorIOMode_t {
None = 0,
Input = 1,
Output = 2,
}Variants§
Trait Implementations§
Source§impl Clone for trtTensorIOMode_t
impl Clone for trtTensorIOMode_t
Source§fn clone(&self) -> trtTensorIOMode_t
fn clone(&self) -> trtTensorIOMode_t
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 trtTensorIOMode_t
impl Debug for trtTensorIOMode_t
Source§impl PartialEq for trtTensorIOMode_t
impl PartialEq for trtTensorIOMode_t
Source§fn eq(&self, other: &trtTensorIOMode_t) -> bool
fn eq(&self, other: &trtTensorIOMode_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for trtTensorIOMode_t
impl Eq for trtTensorIOMode_t
impl StructuralPartialEq for trtTensorIOMode_t
Auto Trait Implementations§
impl Freeze for trtTensorIOMode_t
impl RefUnwindSafe for trtTensorIOMode_t
impl Send for trtTensorIOMode_t
impl Sync for trtTensorIOMode_t
impl Unpin for trtTensorIOMode_t
impl UnsafeUnpin for trtTensorIOMode_t
impl UnwindSafe for trtTensorIOMode_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