Struct oxygengine_composite_renderer::resource::CompositeTransformJoinable [−][src]
Trait Implementations
impl<'a> Join for CompositeTransformJoinable<'a>[src]
type Mask = &'a BitSet
Type of joined bit mask.
type Type = &'a Mat2d
Type of joined components.
type Value = &'a DenseVecStorage<Mat2d>
Type of joined storages.
unsafe fn open(self) -> (Self::Mask, Self::Value)[src]
unsafe fn get(value: &mut Self::Value, id: Index) -> Self::Type[src]
pub fn join(self) -> JoinIter<Self>
pub fn maybe(self) -> MaybeJoin<Self>
pub fn is_unconstrained() -> bool
Auto Trait Implementations
impl<'a> RefUnwindSafe for CompositeTransformJoinable<'a>
impl<'a> Send for CompositeTransformJoinable<'a>
impl<'a> Sync for CompositeTransformJoinable<'a>
impl<'a> Unpin for CompositeTransformJoinable<'a>
impl<'a> UnwindSafe for CompositeTransformJoinable<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Event for T where
T: Send + Sync + 'static,
T: Send + Sync + 'static,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Resource for T where
T: Any,
T: Any,
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.
pub 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>,