[−][src]Struct web_glitz::image::texture_3d::LevelUploadCommand
Uploads data to a Level or LevelSubImage.
See Level::upload_command and LevelSubImage::upload_command for details.
Trait Implementations
impl<D, T, F> GpuTask<Connection> for LevelUploadCommand<D, T, F> where
D: Borrow<[T]>,
T: PixelUnpack<F>,
F: TextureFormat, [src]
D: Borrow<[T]>,
T: PixelUnpack<F>,
F: TextureFormat,
type Output = ()
The type of output that results from this task finishing.
fn context_id(&self) -> ContextId[src]
fn progress(&mut self, connection: &mut Connection) -> Progress<Self::Output>[src]
Auto Trait Implementations
impl<D, T, F> !RefUnwindSafe for LevelUploadCommand<D, T, F>
impl<D, T, F> !Send for LevelUploadCommand<D, T, F>
impl<D, T, F> !Sync for LevelUploadCommand<D, T, F>
impl<D, T, F> Unpin for LevelUploadCommand<D, T, F> where
D: Unpin,
F: Unpin,
T: Unpin,
D: Unpin,
F: Unpin,
T: Unpin,
impl<D, T, F> !UnwindSafe for LevelUploadCommand<D, T, F>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<D, T> IntoBuffer<T> for D where
D: Borrow<T> + 'static,
T: Copy + 'static, [src]
D: Borrow<T> + 'static,
T: Copy + 'static,
fn into_buffer<Rc>(Self, &Rc, BufferId, UsageHint) -> Buffer<T> where
Rc: RenderingContext + Clone + 'static, [src]
Rc: RenderingContext + Clone + 'static,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,