pub struct CopyrightIdentification {
pub copyright_identifier: u8,
pub copyright_number: u64,
}Fields§
§copyright_identifier: u8§copyright_number: u64Trait Implementations§
Source§impl Debug for CopyrightIdentification
impl Debug for CopyrightIdentification
Source§impl PartialEq for CopyrightIdentification
impl PartialEq for CopyrightIdentification
Source§fn eq(&self, other: &CopyrightIdentification) -> bool
fn eq(&self, other: &CopyrightIdentification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CopyrightIdentification
Auto Trait Implementations§
impl Freeze for CopyrightIdentification
impl RefUnwindSafe for CopyrightIdentification
impl Send for CopyrightIdentification
impl Sync for CopyrightIdentification
impl Unpin for CopyrightIdentification
impl UnsafeUnpin for CopyrightIdentification
impl UnwindSafe for CopyrightIdentification
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