pub struct SetShowFPSCounterParams {
pub show: bool,
}Expand description
Requests that backend shows the FPS counter
Fields§
§show: boolTrue for showing the FPS counter
Implementations§
Trait Implementations§
Source§impl CdpCommand for SetShowFPSCounterParams
impl CdpCommand for SetShowFPSCounterParams
Source§impl Clone for SetShowFPSCounterParams
impl Clone for SetShowFPSCounterParams
Source§fn clone(&self) -> SetShowFPSCounterParams
fn clone(&self) -> SetShowFPSCounterParams
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 SetShowFPSCounterParams
impl Debug for SetShowFPSCounterParams
Source§impl Default for SetShowFPSCounterParams
impl Default for SetShowFPSCounterParams
Source§fn default() -> SetShowFPSCounterParams
fn default() -> SetShowFPSCounterParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetShowFPSCounterParams
impl<'de> Deserialize<'de> for SetShowFPSCounterParams
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 SetShowFPSCounterParams
impl RefUnwindSafe for SetShowFPSCounterParams
impl Send for SetShowFPSCounterParams
impl Sync for SetShowFPSCounterParams
impl Unpin for SetShowFPSCounterParams
impl UnsafeUnpin for SetShowFPSCounterParams
impl UnwindSafe for SetShowFPSCounterParams
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