pub struct SetDeviceOrientationOverride {
pub alpha: JsFloat,
pub beta: JsFloat,
pub gamma: JsFloat,
}
Fields§
§alpha: JsFloat
§beta: JsFloat
§gamma: JsFloat
Trait Implementations§
Source§impl Clone for SetDeviceOrientationOverride
impl Clone for SetDeviceOrientationOverride
Source§fn clone(&self) -> SetDeviceOrientationOverride
fn clone(&self) -> SetDeviceOrientationOverride
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 SetDeviceOrientationOverride
impl Debug for SetDeviceOrientationOverride
Source§impl<'de> Deserialize<'de> for SetDeviceOrientationOverride
impl<'de> Deserialize<'de> for SetDeviceOrientationOverride
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 SetDeviceOrientationOverride
impl Method for SetDeviceOrientationOverride
const NAME: &'static str = "Page.setDeviceOrientationOverride"
type ReturnObject = SetDeviceOrientationOverrideReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetDeviceOrientationOverride
impl PartialEq for SetDeviceOrientationOverride
Source§fn eq(&self, other: &SetDeviceOrientationOverride) -> bool
fn eq(&self, other: &SetDeviceOrientationOverride) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SetDeviceOrientationOverride
Auto Trait Implementations§
impl Freeze for SetDeviceOrientationOverride
impl RefUnwindSafe for SetDeviceOrientationOverride
impl Send for SetDeviceOrientationOverride
impl Sync for SetDeviceOrientationOverride
impl Unpin for SetDeviceOrientationOverride
impl UnwindSafe for SetDeviceOrientationOverride
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