pub struct WorkAreaInsets {
pub top: Option<JsUInt>,
pub left: Option<JsUInt>,
pub bottom: Option<JsUInt>,
pub right: Option<JsUInt>,
}Fields§
§top: Option<JsUInt>§left: Option<JsUInt>§bottom: Option<JsUInt>§right: Option<JsUInt>Trait Implementations§
Source§impl Clone for WorkAreaInsets
impl Clone for WorkAreaInsets
Source§fn clone(&self) -> WorkAreaInsets
fn clone(&self) -> WorkAreaInsets
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 WorkAreaInsets
impl Debug for WorkAreaInsets
Source§impl<'de> Deserialize<'de> for WorkAreaInsets
impl<'de> Deserialize<'de> for WorkAreaInsets
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 WorkAreaInsets
impl PartialEq for WorkAreaInsets
Source§impl Serialize for WorkAreaInsets
impl Serialize for WorkAreaInsets
impl StructuralPartialEq for WorkAreaInsets
Auto Trait Implementations§
impl Freeze for WorkAreaInsets
impl RefUnwindSafe for WorkAreaInsets
impl Send for WorkAreaInsets
impl Sync for WorkAreaInsets
impl Unpin for WorkAreaInsets
impl UnwindSafe for WorkAreaInsets
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