pub struct DebugBlit {
pub input: TextureView,
pub mip_level: u32,
pub target_offset: [i32; 2],
pub target_size: [u32; 2],
}
Fields§
§input: TextureView
§mip_level: u32
§target_offset: [i32; 2]
§target_size: [u32; 2]
Trait Implementations§
impl Copy for DebugBlit
Auto Trait Implementations§
impl Freeze for DebugBlit
impl RefUnwindSafe for DebugBlit
impl Send for DebugBlit
impl Sync for DebugBlit
impl Unpin for DebugBlit
impl UnwindSafe for DebugBlit
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.