pub struct Shading<'a>(pub Name<'a>);
Tuple Fields§
§0: Name<'a>
Trait Implementations§
Source§impl<'a> From<Shading<'a>> for TypedInstruction<'a>
impl<'a> From<Shading<'a>> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for Shading<'a>
impl<'a> TryFrom<TypedInstruction<'a>> for Shading<'a>
impl<'a> StructuralPartialEq for Shading<'a>
Auto Trait Implementations§
impl<'a> Freeze for Shading<'a>
impl<'a> RefUnwindSafe for Shading<'a>
impl<'a> Send for Shading<'a>
impl<'a> Sync for Shading<'a>
impl<'a> Unpin for Shading<'a>
impl<'a> UnwindSafe for Shading<'a>
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