Struct maa_framework::msg::MaaMsgResolution
source · pub struct MaaMsgResolution {
pub width: i32,
pub height: i32,
}
Fields§
§width: i32
§height: i32
Trait Implementations§
source§impl Clone for MaaMsgResolution
impl Clone for MaaMsgResolution
source§fn clone(&self) -> MaaMsgResolution
fn clone(&self) -> MaaMsgResolution
Returns a copy 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 MaaMsgResolution
impl Debug for MaaMsgResolution
source§impl<'de> Deserialize<'de> for MaaMsgResolution
impl<'de> Deserialize<'de> for MaaMsgResolution
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 MaaMsgResolution
impl RefUnwindSafe for MaaMsgResolution
impl Send for MaaMsgResolution
impl Sync for MaaMsgResolution
impl Unpin for MaaMsgResolution
impl UnwindSafe for MaaMsgResolution
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