pub struct VirtualXP3 { /* private fields */ }
Expand description
Virtual XP3 container containing XP3 file information.
Implementations§
Source§impl VirtualXP3
impl VirtualXP3
pub fn new(header: XP3Header, index_set: XP3IndexSet) -> Self
pub fn header(&self) -> XP3Header
pub fn set_header(&mut self, header: XP3Header)
pub fn index_set(&self) -> &XP3IndexSet
pub fn set_index_set(&mut self, index_set: XP3IndexSet)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtualXP3
impl RefUnwindSafe for VirtualXP3
impl Send for VirtualXP3
impl Sync for VirtualXP3
impl Unpin for VirtualXP3
impl UnwindSafe for VirtualXP3
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