pub struct PackContainerSpec {
pub magic: &'static [u8; 4],
pub version: u32,
}Fields§
§magic: &'static [u8; 4]§version: u32Trait Implementations§
Source§impl Clone for PackContainerSpec
impl Clone for PackContainerSpec
Source§fn clone(&self) -> PackContainerSpec
fn clone(&self) -> PackContainerSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PackContainerSpec
impl Debug for PackContainerSpec
impl Copy for PackContainerSpec
Auto Trait Implementations§
impl Freeze for PackContainerSpec
impl RefUnwindSafe for PackContainerSpec
impl Send for PackContainerSpec
impl Sync for PackContainerSpec
impl Unpin for PackContainerSpec
impl UnsafeUnpin for PackContainerSpec
impl UnwindSafe for PackContainerSpec
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