pub struct KhrCommandParam {
pub type: String,
pub name: String,
pub optional: Option<String>,
pub len: Option<String>,
pub comment: Option<String>,
}Fields§
§type: String§name: String§optional: Option<String>§len: Option<String>§comment: Option<String>Trait Implementations§
Source§impl Clone for KhrCommandParam
impl Clone for KhrCommandParam
Source§fn clone(&self) -> KhrCommandParam
fn clone(&self) -> KhrCommandParam
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 KhrCommandParam
impl Debug for KhrCommandParam
Source§impl Default for KhrCommandParam
impl Default for KhrCommandParam
Source§fn default() -> KhrCommandParam
fn default() -> KhrCommandParam
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KhrCommandParam
impl<'de> Deserialize<'de> for KhrCommandParam
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for KhrCommandParam
impl RefUnwindSafe for KhrCommandParam
impl Send for KhrCommandParam
impl Sync for KhrCommandParam
impl Unpin for KhrCommandParam
impl UnsafeUnpin for KhrCommandParam
impl UnwindSafe for KhrCommandParam
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