Struct rend3_types::RawResourceHandle [−][src]
pub struct RawResourceHandle<T> {
pub idx: usize,
// some fields omitted
}Expand description
Non-owning resource handle. Not part of rend3’s external interface, but needed to interface with rend3’s internal datastructures if writing your own structures or render routines.
Fields
idx: usizeTrait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for RawResourceHandle<T> where
T: RefUnwindSafe,
impl<T> Send for RawResourceHandle<T> where
T: Send,
impl<T> Sync for RawResourceHandle<T> where
T: Sync,
impl<T> Unpin for RawResourceHandle<T> where
T: Unpin,
impl<T> UnwindSafe for RawResourceHandle<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more