#[repr(transparent)]pub struct Extent3DBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> Extent3DBuilder<'a>
impl<'a> Extent3DBuilder<'a>
pub fn width(self, width: u32) -> Extent3DBuilder<'a>
pub fn height(self, height: u32) -> Extent3DBuilder<'a>
pub fn depth(self, depth: u32) -> Extent3DBuilder<'a>
Trait Implementations
sourceimpl<'a> Deref for Extent3DBuilder<'a>
impl<'a> Deref for Extent3DBuilder<'a>
sourceimpl<'a> DerefMut for Extent3DBuilder<'a>
impl<'a> DerefMut for Extent3DBuilder<'a>
sourcefn deref_mut(&mut self) -> &mut <Extent3DBuilder<'a> as Deref>::Target
fn deref_mut(&mut self) -> &mut <Extent3DBuilder<'a> as Deref>::Target
Mutably dereferences the value.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Extent3DBuilder<'a>
impl<'a> Send for Extent3DBuilder<'a>
impl<'a> Sync for Extent3DBuilder<'a>
impl<'a> Unpin for Extent3DBuilder<'a>
impl<'a> UnwindSafe for Extent3DBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more