pub struct WorkAreaInsetsBuilder { /* private fields */ }Implementations§
Source§impl WorkAreaInsetsBuilder
impl WorkAreaInsetsBuilder
pub fn build(self) -> WorkAreaInsets
Trait Implementations§
Source§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