#[repr(C)]pub struct TractNnef { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for TractNnef
impl RefUnwindSafe for TractNnef
impl Send for TractNnef
impl Sync for TractNnef
impl Unpin for TractNnef
impl UnwindSafe for TractNnef
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