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