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