#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OrtStatusPtr
Source§impl Debug for OrtStatusPtr
impl Debug for OrtStatusPtr
Auto Trait Implementations§
impl !Send for OrtStatusPtr
impl !Sync for OrtStatusPtr
impl Freeze for OrtStatusPtr
impl RefUnwindSafe for OrtStatusPtr
impl Unpin for OrtStatusPtr
impl UnsafeUnpin 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