pub struct Extent2DBuilder { /* private fields */ }Expand description
Builder for Extent2D.
Implementations§
Source§impl Extent2DBuilder
impl Extent2DBuilder
pub fn width(self, value: u32) -> Extent2DBuilder
pub fn height(self, value: u32) -> Extent2DBuilder
Trait Implementations§
Source§impl Deref for Extent2DBuilder
impl Deref for Extent2DBuilder
Source§impl DerefMut for Extent2DBuilder
impl DerefMut 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