pub struct SetGraphicsState(pub Name);Tuple Fields§
§0: NameTrait Implementations§
Source§impl Clone for SetGraphicsState
impl Clone for SetGraphicsState
Source§fn clone(&self) -> SetGraphicsState
fn clone(&self) -> SetGraphicsState
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 SetGraphicsState
impl Debug for SetGraphicsState
Source§impl<'a> From<SetGraphicsState> for TypedInstruction<'a>
impl<'a> From<SetGraphicsState> for TypedInstruction<'a>
Source§fn from(value: SetGraphicsState) -> Self
fn from(value: SetGraphicsState) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetGraphicsState
impl PartialEq for SetGraphicsState
Source§impl<'a> TryFrom<TypedInstruction<'a>> for SetGraphicsState
impl<'a> TryFrom<TypedInstruction<'a>> for SetGraphicsState
impl StructuralPartialEq for SetGraphicsState
Auto Trait Implementations§
impl Freeze for SetGraphicsState
impl RefUnwindSafe for SetGraphicsState
impl Send for SetGraphicsState
impl Sync for SetGraphicsState
impl Unpin for SetGraphicsState
impl UnsafeUnpin for SetGraphicsState
impl UnwindSafe for SetGraphicsState
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