pub struct ScenePckDecodeOptions {
pub exe_angou_element: Option<Vec<u8>>,
pub easy_angou_code: Option<Vec<u8>>,
}Fields§
§exe_angou_element: Option<Vec<u8>>Optional 16-byte exe angou element table (TNM_EXE_ANGOU_ELEMENT_CNT).
easy_angou_code: Option<Vec<u8>>Optional easy angou code table (TNM_EASY_ANGOU_CODE_SIZE, typically 256).
Implementations§
Source§impl ScenePckDecodeOptions
impl ScenePckDecodeOptions
pub fn from_project_dir(project_dir: &Path) -> Result<Self>
Trait Implementations§
Source§impl Clone for ScenePckDecodeOptions
impl Clone for ScenePckDecodeOptions
Source§fn clone(&self) -> ScenePckDecodeOptions
fn clone(&self) -> ScenePckDecodeOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 ScenePckDecodeOptions
impl Debug for ScenePckDecodeOptions
Auto Trait Implementations§
impl Freeze for ScenePckDecodeOptions
impl RefUnwindSafe for ScenePckDecodeOptions
impl Send for ScenePckDecodeOptions
impl Sync for ScenePckDecodeOptions
impl Unpin for ScenePckDecodeOptions
impl UnsafeUnpin for ScenePckDecodeOptions
impl UnwindSafe for ScenePckDecodeOptions
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