pub struct SheetMaterial(pub ShaderMaterial);Expand description
Sheet’s theme-default material slot (D124 Phase 33 Step 5).
Tuple Fields§
§0: ShaderMaterialTrait Implementations§
Source§impl MaterialKey for SheetMaterial
impl MaterialKey for SheetMaterial
fn material(&self) -> &ShaderMaterial
Auto Trait Implementations§
impl Freeze for SheetMaterial
impl RefUnwindSafe for SheetMaterial
impl Send for SheetMaterial
impl Sync for SheetMaterial
impl Unpin for SheetMaterial
impl UnsafeUnpin for SheetMaterial
impl UnwindSafe for SheetMaterial
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