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