Struct rin::scene::renderer::shadow::ShadowMapRef [−][src]
pub struct ShadowMapRef(_);
Trait Implementations
impl Clone for ShadowMapRef[src]
impl Clone for ShadowMapRef[src]pub fn clone(&self) -> ShadowMapRef[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Index<ShadowMapRef> for ShadowMapPool[src]
impl Index<ShadowMapRef> for ShadowMapPool[src]type Output = ShadowMapView
The returned type after indexing.
pub fn index(&self, shadowref: ShadowMapRef) -> &ShadowMapView[src]
impl IndexMut<ShadowMapRef> for ShadowMapPool[src]
impl IndexMut<ShadowMapRef> for ShadowMapPool[src]pub fn index_mut(&mut self, shadowref: ShadowMapRef) -> &mut ShadowMapView[src]
impl Ord for ShadowMapRef[src]
impl Ord for ShadowMapRef[src]impl PartialEq<ShadowMapRef> for ShadowMapRef[src]
impl PartialEq<ShadowMapRef> for ShadowMapRef[src]pub fn eq(&self, other: &ShadowMapRef) -> bool[src]
pub fn ne(&self, other: &ShadowMapRef) -> bool[src]
impl PartialOrd<ShadowMapRef> for ShadowMapRef[src]
impl PartialOrd<ShadowMapRef> for ShadowMapRef[src]pub fn partial_cmp(&self, other: &ShadowMapRef) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Copy for ShadowMapRef[src]
impl Eq for ShadowMapRef[src]
impl StructuralEq for ShadowMapRef[src]
impl StructuralPartialEq for ShadowMapRef[src]
Auto Trait Implementations
impl RefUnwindSafe for ShadowMapRef
impl Send for ShadowMapRef
impl Sync for ShadowMapRef
impl Unpin for ShadowMapRef
impl UnwindSafe for ShadowMapRef
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<T> Slottable for T where
T: Copy, [src]
T: Copy,