Struct hts_sys::cram_slice
source · #[repr(C)]pub struct cram_slice { /* private fields */ }
Trait Implementations§
source§impl Clone for cram_slice
impl Clone for cram_slice
source§fn clone(&self) -> cram_slice
fn clone(&self) -> cram_slice
Returns a copy 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 cram_slice
impl Debug for cram_slice
impl Copy for cram_slice
Auto Trait Implementations§
impl Freeze for cram_slice
impl RefUnwindSafe for cram_slice
impl Send for cram_slice
impl Sync for cram_slice
impl Unpin for cram_slice
impl UnwindSafe for cram_slice
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