pub struct XYColorEXTBuilder { /* private fields */ }Expand description
Builder for XYColorEXT.
Implementations§
Source§impl XYColorEXTBuilder
impl XYColorEXTBuilder
pub fn x(self, value: f32) -> XYColorEXTBuilder
pub fn y(self, value: f32) -> XYColorEXTBuilder
Trait Implementations§
Source§impl Deref for XYColorEXTBuilder
impl Deref for XYColorEXTBuilder
Source§type Target = XYColorEXT
type Target = XYColorEXT
The resulting type after dereferencing.
Source§impl DerefMut for XYColorEXTBuilder
impl DerefMut 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