pub struct WorkAreaInsetsBuilder { /* private fields */ }Implementations§
Source§impl WorkAreaInsetsBuilder
impl WorkAreaInsetsBuilder
pub fn top(self, top: impl Into<i64>) -> WorkAreaInsetsBuilder
pub fn left(self, left: impl Into<i64>) -> WorkAreaInsetsBuilder
pub fn bottom(self, bottom: impl Into<i64>) -> WorkAreaInsetsBuilder
pub fn right(self, right: impl Into<i64>) -> WorkAreaInsetsBuilder
pub fn build(self) -> WorkAreaInsets
Trait Implementations§
Source§impl Clone for WorkAreaInsetsBuilder
impl Clone for WorkAreaInsetsBuilder
Source§fn clone(&self) -> WorkAreaInsetsBuilder
fn clone(&self) -> WorkAreaInsetsBuilder
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 Default for WorkAreaInsetsBuilder
impl Default for WorkAreaInsetsBuilder
Source§fn default() -> WorkAreaInsetsBuilder
fn default() -> WorkAreaInsetsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WorkAreaInsetsBuilder
impl RefUnwindSafe for WorkAreaInsetsBuilder
impl Send for WorkAreaInsetsBuilder
impl Sync for WorkAreaInsetsBuilder
impl Unpin for WorkAreaInsetsBuilder
impl UnsafeUnpin for WorkAreaInsetsBuilder
impl UnwindSafe for WorkAreaInsetsBuilder
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