pub struct SetPressureDataOverride {
pub source: PressureSource,
pub state: PressureState,
pub own_contribution_estimate: Option<JsFloat>,
}Fields§
§source: PressureSource§state: PressureState§own_contribution_estimate: Option<JsFloat>Trait Implementations§
Source§impl Clone for SetPressureDataOverride
impl Clone for SetPressureDataOverride
Source§fn clone(&self) -> SetPressureDataOverride
fn clone(&self) -> SetPressureDataOverride
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 SetPressureDataOverride
impl Debug for SetPressureDataOverride
Source§impl<'de> Deserialize<'de> for SetPressureDataOverride
impl<'de> Deserialize<'de> for SetPressureDataOverride
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
Source§impl Method for SetPressureDataOverride
impl Method for SetPressureDataOverride
const NAME: &'static str = "Emulation.setPressureDataOverride"
type ReturnObject = SetPressureDataOverrideReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetPressureDataOverride
impl PartialEq for SetPressureDataOverride
Source§impl Serialize for SetPressureDataOverride
impl Serialize for SetPressureDataOverride
impl StructuralPartialEq for SetPressureDataOverride
Auto Trait Implementations§
impl Freeze for SetPressureDataOverride
impl RefUnwindSafe for SetPressureDataOverride
impl Send for SetPressureDataOverride
impl Sync for SetPressureDataOverride
impl Unpin for SetPressureDataOverride
impl UnwindSafe for SetPressureDataOverride
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