pub struct UnicodeExtraField { /* private fields */ }
Expand description
Info-ZIP Unicode Path Extra Field (0x7075) or Unicode Comment Extra Field (0x6375), as specified in APPNOTE 4.6.8 and 4.6.9
Implementations§
Trait Implementations§
Source§impl Clone for UnicodeExtraField
impl Clone for UnicodeExtraField
Source§fn clone(&self) -> UnicodeExtraField
fn clone(&self) -> UnicodeExtraField
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 moreAuto Trait Implementations§
impl Freeze for UnicodeExtraField
impl RefUnwindSafe for UnicodeExtraField
impl Send for UnicodeExtraField
impl Sync for UnicodeExtraField
impl Unpin for UnicodeExtraField
impl UnwindSafe for UnicodeExtraField
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