pub struct ScriptList { /* private fields */ }Implementations§
Source§impl ScriptList
impl ScriptList
pub fn new( script_count: u16, script_records: Vec<ScriptRecord>, scripts: Vec<Script>, ) -> Self
pub fn script_count(&self) -> u16
pub fn script_records(&self) -> &[ScriptRecord]
pub fn scripts(&self) -> &[Script]
Auto Trait Implementations§
impl Freeze for ScriptList
impl RefUnwindSafe for ScriptList
impl Send for ScriptList
impl Sync for ScriptList
impl Unpin for ScriptList
impl UnsafeUnpin for ScriptList
impl UnwindSafe for ScriptList
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