pub struct PackFile { /* private fields */ }Implementations§
Source§impl PackFile
impl PackFile
pub fn get_version(&self) -> PFHVersion
pub fn get_file_type(&self) -> PFHFileType
pub fn get_bitmask(&self) -> PFHFlags
pub fn get_timestamp(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackFile
impl RefUnwindSafe for PackFile
impl Send for PackFile
impl Sync for PackFile
impl Unpin for PackFile
impl UnwindSafe for PackFile
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