pub struct HurrayDescriptor(/* private fields */);Expand description
Opaque handle to a decoded tensor descriptor.
This struct is not #[repr(C)]; its layout is an implementation
detail. Callers MUST treat it as a black-box opaque pointer created by
hurray_descriptor_decode and destroyed by hurray_descriptor_destroy.
Auto Trait Implementations§
impl Freeze for HurrayDescriptor
impl RefUnwindSafe for HurrayDescriptor
impl Send for HurrayDescriptor
impl Sync for HurrayDescriptor
impl Unpin for HurrayDescriptor
impl UnsafeUnpin for HurrayDescriptor
impl UnwindSafe for HurrayDescriptor
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