Struct gdk4::builders::RGBABuilder
source · pub struct RGBABuilder(/* private fields */);
Expand description
A builder-pattern type to construct RGBA
objects.
Implementations§
Trait Implementations§
source§impl Debug for RGBABuilder
impl Debug for RGBABuilder
Auto Trait Implementations§
impl Freeze for RGBABuilder
impl RefUnwindSafe for RGBABuilder
impl Send for RGBABuilder
impl Sync for RGBABuilder
impl Unpin for RGBABuilder
impl UnwindSafe for RGBABuilder
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