pub struct Extent2DBuilder { /* private fields */ }Expand description
Builder for Extent2D.
Implementations§
Trait Implementations§
Source§impl Deref for Extent2DBuilder
impl Deref for Extent2DBuilder
Auto Trait Implementations§
impl Freeze for Extent2DBuilder
impl RefUnwindSafe for Extent2DBuilder
impl Send for Extent2DBuilder
impl Sync for Extent2DBuilder
impl Unpin for Extent2DBuilder
impl UnsafeUnpin for Extent2DBuilder
impl UnwindSafe for Extent2DBuilder
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