Struct tasvideos_api_rs::SystemFrameRate
source · [−]pub struct SystemFrameRate {
pub id: Option<i32>,
pub frame_rate: Option<f64>,
pub region_code: Option<String>,
pub preliminary: Option<bool>,
pub obsolete: Option<bool>,
}
Expand description
Describes a possible framerate for a gaming system.
Fields
id: Option<i32>
frame_rate: Option<f64>
region_code: Option<String>
preliminary: Option<bool>
obsolete: Option<bool>
Trait Implementations
sourceimpl Clone for SystemFrameRate
impl Clone for SystemFrameRate
sourcefn clone(&self) -> SystemFrameRate
fn clone(&self) -> SystemFrameRate
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SystemFrameRate
impl Debug for SystemFrameRate
sourceimpl Default for SystemFrameRate
impl Default for SystemFrameRate
sourcefn default() -> SystemFrameRate
fn default() -> SystemFrameRate
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SystemFrameRate
impl<'de> Deserialize<'de> for SystemFrameRate
sourcefn 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
sourceimpl PartialEq<SystemFrameRate> for SystemFrameRate
impl PartialEq<SystemFrameRate> for SystemFrameRate
sourcefn eq(&self, other: &SystemFrameRate) -> bool
fn eq(&self, other: &SystemFrameRate) -> bool
sourceimpl Serialize for SystemFrameRate
impl Serialize for SystemFrameRate
impl StructuralPartialEq for SystemFrameRate
Auto Trait Implementations
impl RefUnwindSafe for SystemFrameRate
impl Send for SystemFrameRate
impl Sync for SystemFrameRate
impl Unpin for SystemFrameRate
impl UnwindSafe for SystemFrameRate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more