pub struct ExtendedFileOptions { /* private fields */ }
Expand description
The Extension for Extra Data and Central Extra Data
Implementations§
Trait Implementations§
Source§impl Clone for ExtendedFileOptions
impl Clone for ExtendedFileOptions
Source§fn clone(&self) -> ExtendedFileOptions
fn clone(&self) -> ExtendedFileOptions
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 ExtendedFileOptions
impl Debug for ExtendedFileOptions
Source§impl Default for ExtendedFileOptions
impl Default for ExtendedFileOptions
Source§fn default() -> ExtendedFileOptions
fn default() -> ExtendedFileOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExtendedFileOptions
impl PartialEq for ExtendedFileOptions
impl Eq for ExtendedFileOptions
impl StructuralPartialEq for ExtendedFileOptions
Auto Trait Implementations§
impl Freeze for ExtendedFileOptions
impl RefUnwindSafe for ExtendedFileOptions
impl Send for ExtendedFileOptions
impl Sync for ExtendedFileOptions
impl Unpin for ExtendedFileOptions
impl UnwindSafe for ExtendedFileOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.