pub struct RenderIdentity {
pub backend: String,
pub pixel_format: String,
pub dpr_milli: u32,
}Fields§
§backend: String§pixel_format: String§dpr_milli: u32Trait Implementations§
Source§impl Clone for RenderIdentity
impl Clone for RenderIdentity
Source§fn clone(&self) -> RenderIdentity
fn clone(&self) -> RenderIdentity
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 RenderIdentity
impl Debug for RenderIdentity
Source§impl<'de> Deserialize<'de> for RenderIdentity
impl<'de> Deserialize<'de> for RenderIdentity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RenderIdentity
Source§impl PartialEq for RenderIdentity
impl PartialEq for RenderIdentity
Source§impl Serialize for RenderIdentity
impl Serialize for RenderIdentity
impl StructuralPartialEq for RenderIdentity
Auto Trait Implementations§
impl Freeze for RenderIdentity
impl RefUnwindSafe for RenderIdentity
impl Send for RenderIdentity
impl Sync for RenderIdentity
impl Unpin for RenderIdentity
impl UnsafeUnpin for RenderIdentity
impl UnwindSafe for RenderIdentity
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