pub struct Extent3DBuilder { /* private fields */ }Expand description
Builder for Extent3D.
Implementations§
Source§impl Extent3DBuilder
impl Extent3DBuilder
pub fn width(self, value: u32) -> Extent3DBuilder
pub fn height(self, value: u32) -> Extent3DBuilder
pub fn depth(self, value: u32) -> Extent3DBuilder
Trait Implementations§
Source§impl Deref for Extent3DBuilder
impl Deref for Extent3DBuilder
Source§impl DerefMut for Extent3DBuilder
impl DerefMut for Extent3DBuilder
Auto Trait Implementations§
impl Freeze for Extent3DBuilder
impl RefUnwindSafe for Extent3DBuilder
impl Send for Extent3DBuilder
impl Sync for Extent3DBuilder
impl Unpin for Extent3DBuilder
impl UnsafeUnpin for Extent3DBuilder
impl UnwindSafe for Extent3DBuilder
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