pub struct ViewPortBuilder { /* private fields */ }Expand description
A builder for Viewport.
Implementations§
Auto Trait Implementations§
impl Freeze for ViewPortBuilder
impl RefUnwindSafe for ViewPortBuilder
impl Send for ViewPortBuilder
impl Sync for ViewPortBuilder
impl Unpin for ViewPortBuilder
impl UnwindSafe for ViewPortBuilder
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