pub struct XYColorEXTBuilder { /* private fields */ }Expand description
Builder for XYColorEXT.
Implementations§
Trait Implementations§
Source§impl Deref for XYColorEXTBuilder
impl Deref for XYColorEXTBuilder
Auto Trait Implementations§
impl Freeze for XYColorEXTBuilder
impl RefUnwindSafe for XYColorEXTBuilder
impl Send for XYColorEXTBuilder
impl Sync for XYColorEXTBuilder
impl Unpin for XYColorEXTBuilder
impl UnsafeUnpin for XYColorEXTBuilder
impl UnwindSafe for XYColorEXTBuilder
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