pub struct InsetStyle {
pub top: InsetEdge,
pub right: InsetEdge,
pub bottom: InsetEdge,
pub left: InsetEdge,
}Fields§
§top: InsetEdge§right: InsetEdge§bottom: InsetEdge§left: InsetEdgeTrait Implementations§
Source§impl Clone for InsetStyle
impl Clone for InsetStyle
Source§fn clone(&self) -> InsetStyle
fn clone(&self) -> InsetStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InsetStyle
Source§impl Debug for InsetStyle
impl Debug for InsetStyle
Source§impl Default for InsetStyle
impl Default for InsetStyle
Source§fn default() -> InsetStyle
fn default() -> InsetStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for InsetStyle
impl PartialEq for InsetStyle
Source§fn eq(&self, other: &InsetStyle) -> bool
fn eq(&self, other: &InsetStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InsetStyle
Auto Trait Implementations§
impl Freeze for InsetStyle
impl RefUnwindSafe for InsetStyle
impl Send for InsetStyle
impl Sync for InsetStyle
impl Unpin for InsetStyle
impl UnsafeUnpin for InsetStyle
impl UnwindSafe for InsetStyle
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