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