pub struct CrispasrAlignResult(/* private fields */);Expand description
Opaque result handle for crispasr_align_words_abi. Must be freed
with crispasr_align_result_free.
Auto Trait Implementations§
impl Freeze for CrispasrAlignResult
impl RefUnwindSafe for CrispasrAlignResult
impl Send for CrispasrAlignResult
impl Sync for CrispasrAlignResult
impl Unpin for CrispasrAlignResult
impl UnsafeUnpin for CrispasrAlignResult
impl UnwindSafe for CrispasrAlignResult
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