pub struct PmdParsedDisplayFrameElement {
pub kind: String,
pub index: u16,
}Fields§
§kind: String§index: u16Trait Implementations§
Source§impl Clone for PmdParsedDisplayFrameElement
impl Clone for PmdParsedDisplayFrameElement
Source§fn clone(&self) -> PmdParsedDisplayFrameElement
fn clone(&self) -> PmdParsedDisplayFrameElement
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 PmdParsedDisplayFrameElement
impl Debug for PmdParsedDisplayFrameElement
Source§impl<'de> Deserialize<'de> for PmdParsedDisplayFrameElement
impl<'de> Deserialize<'de> for PmdParsedDisplayFrameElement
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
Auto Trait Implementations§
impl Freeze for PmdParsedDisplayFrameElement
impl RefUnwindSafe for PmdParsedDisplayFrameElement
impl Send for PmdParsedDisplayFrameElement
impl Sync for PmdParsedDisplayFrameElement
impl Unpin for PmdParsedDisplayFrameElement
impl UnsafeUnpin for PmdParsedDisplayFrameElement
impl UnwindSafe for PmdParsedDisplayFrameElement
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