pub struct Plane;Trait Implementations§
Source§impl TileScope for Plane
impl TileScope for Plane
Source§const KIND: ScopeKind = ScopeKind::Plane
const KIND: ScopeKind = ScopeKind::Plane
Comptime tag used at dispatch sites that need to assert a particular scope
(e.g. variants that only make sense on a plane).
Source§fn default_resource() -> CubeDimResource
fn default_resource() -> CubeDimResource
Compute resource a single instance of this scope occupies.
impl Copy for Plane
Auto Trait Implementations§
impl Freeze for Plane
impl RefUnwindSafe for Plane
impl Send for Plane
impl Sync for Plane
impl Unpin for Plane
impl UnsafeUnpin for Plane
impl UnwindSafe for Plane
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more