Struct zip_rs::ExternalAttributes
source · #[repr(transparent)]pub struct ExternalAttributes(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for ExternalAttributes
impl Clone for ExternalAttributes
source§fn clone(&self) -> ExternalAttributes
fn clone(&self) -> ExternalAttributes
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 ExternalAttributes
impl Debug for ExternalAttributes
source§impl PartialEq<ExternalAttributes> for ExternalAttributes
impl PartialEq<ExternalAttributes> for ExternalAttributes
source§fn eq(&self, other: &ExternalAttributes) -> bool
fn eq(&self, other: &ExternalAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ExternalAttributes
impl Eq for ExternalAttributes
impl StructuralEq for ExternalAttributes
impl StructuralPartialEq for ExternalAttributes
Auto Trait Implementations§
impl RefUnwindSafe for ExternalAttributes
impl Send for ExternalAttributes
impl Sync for ExternalAttributes
impl Unpin for ExternalAttributes
impl UnwindSafe for ExternalAttributes
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