pub struct D65;
Trait Implementations§
impl Copy for D65
Auto Trait Implementations§
impl Freeze for D65
impl RefUnwindSafe for D65
impl Send for D65
impl Sync for D65
impl Unpin for D65
impl UnwindSafe for D65
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