pub struct GDCCLocalLevels {
    pub raw_levels: Vec<GDRawLocalLevel>,
    pub levels: Vec<GDLocalLevel>,
}Fields§
§raw_levels: Vec<GDRawLocalLevel>§levels: Vec<GDLocalLevel>Implementations§
Source§impl GDCCLocalLevels
 
impl GDCCLocalLevels
pub fn get(&self, level_name: &String) -> Option<GDLocalLevel>
pub fn get_raw(&self, level_name: &String) -> Option<GDRawLocalLevel>
pub fn read_raw(buf: &[u8]) -> Result<GDCCLocalLevels, Box<dyn Error>>
pub fn new() -> Result<GDCCLocalLevels, Box<dyn Error>>
pub fn get_savefile_raw() -> Result<Vec<u8>, Box<dyn Error>>
Trait Implementations§
Source§impl Debug for GDCCLocalLevels
 
impl Debug for GDCCLocalLevels
Source§impl Default for GDCCLocalLevels
 
impl Default for GDCCLocalLevels
Source§fn default() -> GDCCLocalLevels
 
fn default() -> GDCCLocalLevels
Returns the “default value” for a type. Read more
Source§impl PartialEq for GDCCLocalLevels
 
impl PartialEq for GDCCLocalLevels
impl StructuralPartialEq for GDCCLocalLevels
Auto Trait Implementations§
impl Freeze for GDCCLocalLevels
impl RefUnwindSafe for GDCCLocalLevels
impl Send for GDCCLocalLevels
impl Sync for GDCCLocalLevels
impl Unpin for GDCCLocalLevels
impl UnwindSafe for GDCCLocalLevels
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