pub struct MinimapModeList {
pub mode: u16,
pub vec: Vec<MinimapMode>,
}Fields§
§mode: u16§vec: Vec<MinimapMode>Trait Implementations§
Source§impl Clone for MinimapModeList
impl Clone for MinimapModeList
Source§fn clone(&self) -> MinimapModeList
fn clone(&self) -> MinimapModeList
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 MinimapModeList
impl Debug for MinimapModeList
Source§impl Deserialize for MinimapModeList
impl Deserialize for MinimapModeList
Source§type Output = MinimapModeList
type Output = MinimapModeList
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for MinimapModeList
impl PartialEq for MinimapModeList
Source§impl Serialize for MinimapModeList
impl Serialize for MinimapModeList
type Input = MinimapModeList
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for MinimapModeList
Auto Trait Implementations§
impl Freeze for MinimapModeList
impl RefUnwindSafe for MinimapModeList
impl Send for MinimapModeList
impl Sync for MinimapModeList
impl Unpin for MinimapModeList
impl UnwindSafe for MinimapModeList
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