[−][src]Struct gfx_hal::mapping::Reader
Mapping reader
Trait Implementations
impl<'a, B: Backend, T: 'a> Drop for Reader<'a, B, T>
[src]
impl<'a, B: Backend, T: 'a> Deref for Reader<'a, B, T>
[src]
impl<'a, B: Debug + Backend, T: Debug + 'a> Debug for Reader<'a, B, T> where
B::Memory: Debug,
[src]
B::Memory: Debug,
Auto Trait Implementations
impl<'a, B, T> Send for Reader<'a, B, T> where
T: Sync,
<B as Backend>::Memory: Sync,
T: Sync,
<B as Backend>::Memory: Sync,
impl<'a, B, T> Unpin for Reader<'a, B, T>
impl<'a, B, T> Sync for Reader<'a, B, T> where
T: Sync,
<B as Backend>::Memory: Sync,
T: Sync,
<B as Backend>::Memory: Sync,
impl<'a, B, T> UnwindSafe for Reader<'a, B, T> where
T: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
T: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
impl<'a, B, T> RefUnwindSafe for Reader<'a, B, T> where
T: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
T: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
Blanket Implementations
impl<T> Supports<T> for 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<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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,