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