pub struct NonStrokeColorDeviceRgb(pub Number, pub Number, pub Number);Tuple Fields§
§0: Number§1: Number§2: NumberTrait Implementations§
Source§impl Clone for NonStrokeColorDeviceRgb
impl Clone for NonStrokeColorDeviceRgb
Source§fn clone(&self) -> NonStrokeColorDeviceRgb
fn clone(&self) -> NonStrokeColorDeviceRgb
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NonStrokeColorDeviceRgb
impl Debug for NonStrokeColorDeviceRgb
Source§impl<'a> From<NonStrokeColorDeviceRgb> for TypedInstruction<'a>
impl<'a> From<NonStrokeColorDeviceRgb> for TypedInstruction<'a>
Source§fn from(value: NonStrokeColorDeviceRgb) -> Self
fn from(value: NonStrokeColorDeviceRgb) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NonStrokeColorDeviceRgb
impl PartialEq for NonStrokeColorDeviceRgb
Source§impl<'a> TryFrom<TypedInstruction<'a>> for NonStrokeColorDeviceRgb
impl<'a> TryFrom<TypedInstruction<'a>> for NonStrokeColorDeviceRgb
impl StructuralPartialEq for NonStrokeColorDeviceRgb
Auto Trait Implementations§
impl Freeze for NonStrokeColorDeviceRgb
impl RefUnwindSafe for NonStrokeColorDeviceRgb
impl Send for NonStrokeColorDeviceRgb
impl Sync for NonStrokeColorDeviceRgb
impl Unpin for NonStrokeColorDeviceRgb
impl UnwindSafe for NonStrokeColorDeviceRgb
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