pub struct NativePackFileBundle {
pub pack_path: PathBuf,
pub index_path: PathBuf,
pub pack_len: u64,
pub index_len: u64,
/* private fields */
}Fields§
§pack_path: PathBuf§index_path: PathBuf§pack_len: u64§index_len: u64Trait Implementations§
Source§impl Debug for NativePackFileBundle
impl Debug for NativePackFileBundle
Source§impl Drop for NativePackFileBundle
impl Drop for NativePackFileBundle
Auto Trait Implementations§
impl Freeze for NativePackFileBundle
impl RefUnwindSafe for NativePackFileBundle
impl Send for NativePackFileBundle
impl Sync for NativePackFileBundle
impl Unpin for NativePackFileBundle
impl UnsafeUnpin for NativePackFileBundle
impl UnwindSafe for NativePackFileBundle
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