pub struct Table1 { /* private fields */ }Expand description
Normal RGSS has dynamically dimensioned arrays, but in practice that does not map well to Rust. We don’t particularly need dynamically sized arrays anyway. 1D Table.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Table1
impl<'de> Deserialize<'de> for Table1
Source§fn deserialize<D>(deserializer: D) -> Result<Self, DeError>where
D: DeserializerTrait<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, DeError>where
D: DeserializerTrait<'de>,
Deserialize this value from the given deserializer.
Source§impl<'de> Deserialize<'de> for Table1
impl<'de> Deserialize<'de> for Table1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Table1
impl RefUnwindSafe for Table1
impl Send for Table1
impl Sync for Table1
impl Unpin for Table1
impl UnwindSafe for Table1
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