#[repr(C)]pub struct zip_buffer_fragment {
pub data: *mut zip_uint8_t,
pub length: zip_uint64_t,
}Fields§
§data: *mut zip_uint8_t§length: zip_uint64_tTrait Implementations§
Source§impl Clone for zip_buffer_fragment
impl Clone for zip_buffer_fragment
Source§fn clone(&self) -> zip_buffer_fragment
fn clone(&self) -> zip_buffer_fragment
Returns a duplicate 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 zip_buffer_fragment
impl Debug for zip_buffer_fragment
impl Copy for zip_buffer_fragment
Auto Trait Implementations§
impl Freeze for zip_buffer_fragment
impl RefUnwindSafe for zip_buffer_fragment
impl !Send for zip_buffer_fragment
impl !Sync for zip_buffer_fragment
impl Unpin for zip_buffer_fragment
impl UnwindSafe for zip_buffer_fragment
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