pub struct UpdateScreenReturns {
pub screenInfo: ScreenInfo,
}Expand description
Updates specified screen parameters. Only supported in headless mode.
Fields§
§screenInfo: ScreenInfoTrait Implementations§
Source§impl Clone for UpdateScreenReturns
impl Clone for UpdateScreenReturns
Source§fn clone(&self) -> UpdateScreenReturns
fn clone(&self) -> UpdateScreenReturns
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 UpdateScreenReturns
impl Debug for UpdateScreenReturns
Source§impl Default for UpdateScreenReturns
impl Default for UpdateScreenReturns
Source§fn default() -> UpdateScreenReturns
fn default() -> UpdateScreenReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateScreenReturns
impl<'de> Deserialize<'de> for UpdateScreenReturns
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 UpdateScreenReturns
impl RefUnwindSafe for UpdateScreenReturns
impl Send for UpdateScreenReturns
impl Sync for UpdateScreenReturns
impl Unpin for UpdateScreenReturns
impl UnsafeUnpin for UpdateScreenReturns
impl UnwindSafe for UpdateScreenReturns
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