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