#[repr(C)]pub struct coco_archive_s { /* private fields */ }
Expand description
@brief Structure containing a COCO archive.
Trait Implementations§
Source§impl Clone for coco_archive_s
impl Clone for coco_archive_s
Source§fn clone(&self) -> coco_archive_s
fn clone(&self) -> coco_archive_s
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for coco_archive_s
impl Debug for coco_archive_s
impl Copy for coco_archive_s
Auto Trait Implementations§
impl Freeze for coco_archive_s
impl RefUnwindSafe for coco_archive_s
impl Send for coco_archive_s
impl Sync for coco_archive_s
impl Unpin for coco_archive_s
impl UnwindSafe for coco_archive_s
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