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