Struct ash::vk::Extent3DBuilder
source · pub struct Extent3DBuilder<'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a> Deref for Extent3DBuilder<'a>
impl<'a> Deref for Extent3DBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for Extent3DBuilder<'a>
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§
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