pub struct Unit;Trait Implementations§
Source§impl TileScope for Unit
impl TileScope for Unit
Source§const KIND: ScopeKind = ScopeKind::Unit
const KIND: ScopeKind = ScopeKind::Unit
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 Unit
Auto Trait Implementations§
impl Freeze for Unit
impl RefUnwindSafe for Unit
impl Send for Unit
impl Sync for Unit
impl Unpin for Unit
impl UnsafeUnpin for Unit
impl UnwindSafe for Unit
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