pub struct ScopeMarker<Sc: TileScope> { /* private fields */ }Expand description
Zero-sized comptime marker used to carry a Scope generic through [Tile].
Trait Implementations§
Source§impl<Sc: Clone + TileScope> Clone for ScopeMarker<Sc>
impl<Sc: Clone + TileScope> Clone for ScopeMarker<Sc>
Source§fn clone(&self) -> ScopeMarker<Sc>
fn clone(&self) -> ScopeMarker<Sc>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Sc: TileScope> CubeType for ScopeMarker<Sc>
impl<Sc: TileScope> CubeType for ScopeMarker<Sc>
type ExpandType = ScopeMarkerExpand<Sc>
impl<Sc: Copy + TileScope> Copy for ScopeMarker<Sc>
Auto Trait Implementations§
impl<Sc> Freeze for ScopeMarker<Sc>
impl<Sc> RefUnwindSafe for ScopeMarker<Sc>where
Sc: RefUnwindSafe,
impl<Sc> Send for ScopeMarker<Sc>
impl<Sc> Sync for ScopeMarker<Sc>
impl<Sc> Unpin for ScopeMarker<Sc>where
Sc: Unpin,
impl<Sc> UnsafeUnpin for ScopeMarker<Sc>
impl<Sc> UnwindSafe for ScopeMarker<Sc>where
Sc: UnwindSafe,
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