#[repr(transparent)]pub struct OrtStatusPtr(pub *mut OrtStatus);Tuple Fields§
§0: *mut OrtStatusTrait Implementations§
Source§impl Clone for OrtStatusPtr
impl Clone for OrtStatusPtr
Source§fn clone(&self) -> OrtStatusPtr
fn clone(&self) -> OrtStatusPtr
Returns a duplicate 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 OrtStatusPtr
impl Debug for OrtStatusPtr
Source§impl Default for OrtStatusPtr
impl Default for OrtStatusPtr
impl Copy for OrtStatusPtr
Auto Trait Implementations§
impl Freeze for OrtStatusPtr
impl RefUnwindSafe for OrtStatusPtr
impl !Send for OrtStatusPtr
impl !Sync for OrtStatusPtr
impl Unpin for OrtStatusPtr
impl UnwindSafe for OrtStatusPtr
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