Struct rustzx_core::host::BufferCursor [−][src]
Expand description
Implementation of loadable asset for buffer-like type
Implementations
Trait Implementations
impl<T: AsRef<[u8]>> LoadableAsset for BufferCursor<T>
[src]
impl<T: AsRef<[u8]>> LoadableAsset for BufferCursor<T>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for BufferCursor<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for BufferCursor<T> where
T: Send,
T: Send,
impl<T> Sync for BufferCursor<T> where
T: Sync,
T: Sync,
impl<T> Unpin for BufferCursor<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for BufferCursor<T> where
T: UnwindSafe,
T: UnwindSafe,