pub struct DisplayFeature {
pub orientation: DisplayFeatureOrientation,
pub offset: JsUInt,
pub mask_length: JsUInt,
}Fields§
§orientation: DisplayFeatureOrientation§offset: JsUInt§mask_length: JsUIntTrait Implementations§
Source§impl Clone for DisplayFeature
impl Clone for DisplayFeature
Source§fn clone(&self) -> DisplayFeature
fn clone(&self) -> DisplayFeature
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 DisplayFeature
impl Debug for DisplayFeature
Source§impl<'de> Deserialize<'de> for DisplayFeature
impl<'de> Deserialize<'de> for DisplayFeature
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 PartialEq for DisplayFeature
impl PartialEq for DisplayFeature
Source§impl Serialize for DisplayFeature
impl Serialize for DisplayFeature
impl StructuralPartialEq for DisplayFeature
Auto Trait Implementations§
impl Freeze for DisplayFeature
impl RefUnwindSafe for DisplayFeature
impl Send for DisplayFeature
impl Sync for DisplayFeature
impl Unpin for DisplayFeature
impl UnwindSafe for DisplayFeature
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