pub struct Extent3DBuilder { /* private fields */ }Expand description
Builder for Extent3D.
Implementations§
Trait Implementations§
Source§impl Deref for Extent3DBuilder
impl Deref 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