pub struct StrokeColor(pub CtColor);Tuple Fields§
§0: CtColorImplementations§
Source§impl StrokeColor
impl StrokeColor
pub fn from_reader<R: BufRead>(reader: R) -> Result<Self, SdkError>
Trait Implementations§
Source§impl Clone for StrokeColor
impl Clone for StrokeColor
Source§fn clone(&self) -> StrokeColor
fn clone(&self) -> StrokeColor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StrokeColor
impl Debug for StrokeColor
Source§impl Default for StrokeColor
impl Default for StrokeColor
Source§fn default() -> StrokeColor
fn default() -> StrokeColor
Returns the “default value” for a type. Read more
Source§impl Deref for StrokeColor
impl Deref for StrokeColor
Source§impl DerefMut for StrokeColor
impl DerefMut for StrokeColor
Source§impl Display for StrokeColor
impl Display for StrokeColor
Source§impl From<CtColor> for StrokeColor
impl From<CtColor> for StrokeColor
Source§impl From<StrokeColor> for CtColor
impl From<StrokeColor> for CtColor
Source§fn from(value: StrokeColor) -> Self
fn from(value: StrokeColor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StrokeColor
impl RefUnwindSafe for StrokeColor
impl Send for StrokeColor
impl Sync for StrokeColor
impl Unpin for StrokeColor
impl UnsafeUnpin for StrokeColor
impl UnwindSafe for StrokeColor
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