pub struct ScopeMarkerExpand<Sc: TileScope> { /* private fields */ }Implementations§
Source§impl<Sc: TileScope> ScopeMarkerExpand<Sc>
impl<Sc: TileScope> ScopeMarkerExpand<Sc>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl<Sc: TileScope> Clone for ScopeMarkerExpand<Sc>
impl<Sc: TileScope> Clone for ScopeMarkerExpand<Sc>
Source§impl<Sc: TileScope> CubeDebug for ScopeMarkerExpand<Sc>
impl<Sc: TileScope> CubeDebug for ScopeMarkerExpand<Sc>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl<Sc> Freeze for ScopeMarkerExpand<Sc>
impl<Sc> RefUnwindSafe for ScopeMarkerExpand<Sc>where
Sc: RefUnwindSafe,
impl<Sc> Send for ScopeMarkerExpand<Sc>
impl<Sc> Sync for ScopeMarkerExpand<Sc>
impl<Sc> Unpin for ScopeMarkerExpand<Sc>where
Sc: Unpin,
impl<Sc> UnsafeUnpin for ScopeMarkerExpand<Sc>
impl<Sc> UnwindSafe for ScopeMarkerExpand<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