pub struct MipLevel { /* private fields */ }Expand description
Describes a single mip level within a Texture’s data buffer.
Implementations§
Trait Implementations§
impl Send for MipLevel
Auto Trait Implementations§
impl !Sync for MipLevel
impl Freeze for MipLevel
impl RefUnwindSafe for MipLevel
impl Unpin for MipLevel
impl UnsafeUnpin for MipLevel
impl UnwindSafe for MipLevel
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