pub struct GraphicStyleRef { /* private fields */ }Expand description
Reference
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GraphicStyleRef
impl AsRef<str> for GraphicStyleRef
Source§impl Borrow<str> for GraphicStyleRef
impl Borrow<str> for GraphicStyleRef
Source§impl Clone for GraphicStyleRef
impl Clone for GraphicStyleRef
Source§fn clone(&self) -> GraphicStyleRef
fn clone(&self) -> GraphicStyleRef
Returns a copy 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 GraphicStyleRef
impl Debug for GraphicStyleRef
Source§impl From<&String> for GraphicStyleRef
impl From<&String> for GraphicStyleRef
Source§impl From<&str> for GraphicStyleRef
impl From<&str> for GraphicStyleRef
Source§impl From<AnyStyleRef> for GraphicStyleRef
impl From<AnyStyleRef> for GraphicStyleRef
Source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
Source§impl From<GraphicStyleRef> for AnyStyleRef
impl From<GraphicStyleRef> for AnyStyleRef
Source§fn from(value: GraphicStyleRef) -> Self
fn from(value: GraphicStyleRef) -> Self
Converts to this type from the input type.
Source§impl From<String> for GraphicStyleRef
impl From<String> for GraphicStyleRef
Source§impl GetSize for GraphicStyleRef
impl GetSize for GraphicStyleRef
Source§fn get_heap_size(&self) -> usize
fn get_heap_size(&self) -> usize
Determines how many bytes this object occupies inside the heap. Read more
Source§fn get_stack_size() -> usize
fn get_stack_size() -> usize
Determines how may bytes this object occupies inside the stack. Read more
Source§impl Hash for GraphicStyleRef
impl Hash for GraphicStyleRef
Source§impl PartialEq for GraphicStyleRef
impl PartialEq for GraphicStyleRef
impl Eq for GraphicStyleRef
impl StructuralPartialEq for GraphicStyleRef
Auto Trait Implementations§
impl Freeze for GraphicStyleRef
impl RefUnwindSafe for GraphicStyleRef
impl Send for GraphicStyleRef
impl Sync for GraphicStyleRef
impl Unpin for GraphicStyleRef
impl UnwindSafe for GraphicStyleRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.