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