pub struct Filled {}Expand description
Tile is a single value that gets filled in everywhere
Trait Implementations§
Source§impl CubeType for Filled
impl CubeType for Filled
type ExpandType = FilledExpand
Auto Trait Implementations§
impl Freeze for Filled
impl RefUnwindSafe for Filled
impl Send for Filled
impl Sync for Filled
impl Unpin for Filled
impl UnsafeUnpin for Filled
impl UnwindSafe for Filled
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