Trait sparsey::ImmutableUnfilteredQueryElement[][src]

pub unsafe trait ImmutableUnfilteredQueryElement<'a> where
    Self: UnfilteredQueryElement<'a>, 
{ fn entities(&self) -> &'a [Entity]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
;
fn components(&self) -> &'a [Self::Component]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
; }
Expand description

Trait used internally for query slicing.

Required methods

Implementors