pub struct MinimapMode {
pub typ: u16,
pub label: String,
pub size: u16,
pub texture: String,
pub scale: u16,
}
Fields§
§typ: u16
§label: String
§size: u16
§texture: String
§scale: u16
Trait Implementations§
Source§impl Clone for MinimapMode
impl Clone for MinimapMode
Source§fn clone(&self) -> MinimapMode
fn clone(&self) -> MinimapMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MinimapMode
impl Debug for MinimapMode
Source§impl Deserialize for MinimapMode
impl Deserialize for MinimapMode
Source§type Output = MinimapMode
type Output = MinimapMode
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for MinimapMode
impl PartialEq for MinimapMode
Source§impl Serialize for MinimapMode
impl Serialize for MinimapMode
type Input = MinimapMode
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for MinimapMode
Auto Trait Implementations§
impl Freeze for MinimapMode
impl RefUnwindSafe for MinimapMode
impl Send for MinimapMode
impl Sync for MinimapMode
impl Unpin for MinimapMode
impl UnwindSafe for MinimapMode
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