pub struct NativePackBundle {
pub pack_data: Vec<u8>,
pub index_data: Vec<u8>,
}Fields§
§pack_data: Vec<u8>§index_data: Vec<u8>Trait Implementations§
Source§impl Clone for NativePackBundle
impl Clone for NativePackBundle
Source§fn clone(&self) -> NativePackBundle
fn clone(&self) -> NativePackBundle
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 moreAuto Trait Implementations§
impl Freeze for NativePackBundle
impl RefUnwindSafe for NativePackBundle
impl Send for NativePackBundle
impl Sync for NativePackBundle
impl Unpin for NativePackBundle
impl UnsafeUnpin for NativePackBundle
impl UnwindSafe for NativePackBundle
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