pub struct TiledExpand {}Implementations§
Source§impl TiledExpand
impl TiledExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> TiledExpand
Trait Implementations§
Source§impl Clone for TiledExpand
impl Clone for TiledExpand
Source§fn clone(&self) -> TiledExpand
fn clone(&self) -> TiledExpand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CubeDebug for TiledExpand
impl CubeDebug for TiledExpand
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
Source§impl IntoMut for TiledExpand
impl IntoMut for TiledExpand
fn into_mut(self, scope: &mut Scope) -> TiledExpand
Auto Trait Implementations§
impl Freeze for TiledExpand
impl RefUnwindSafe for TiledExpand
impl Send for TiledExpand
impl Sync for TiledExpand
impl Unpin for TiledExpand
impl UnwindSafe for TiledExpand
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