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