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
Source§fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Auto Trait Implementations§
impl Freeze for Filled
impl RefUnwindSafe for Filled
impl Send for Filled
impl Sync for Filled
impl Unpin 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