pub struct GetInfoReturnObject {
pub gpu: GpuInfo,
pub model_name: String,
pub model_version: String,
pub command_line: String,
}Fields§
§gpu: GpuInfo§model_name: String§model_version: String§command_line: StringTrait Implementations§
Source§impl Clone for GetInfoReturnObject
impl Clone for GetInfoReturnObject
Source§fn clone(&self) -> GetInfoReturnObject
fn clone(&self) -> GetInfoReturnObject
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 GetInfoReturnObject
impl Debug for GetInfoReturnObject
Source§impl<'de> Deserialize<'de> for GetInfoReturnObject
impl<'de> Deserialize<'de> for GetInfoReturnObject
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
Source§impl PartialEq for GetInfoReturnObject
impl PartialEq for GetInfoReturnObject
Source§impl Serialize for GetInfoReturnObject
impl Serialize for GetInfoReturnObject
impl StructuralPartialEq for GetInfoReturnObject
Auto Trait Implementations§
impl Freeze for GetInfoReturnObject
impl RefUnwindSafe for GetInfoReturnObject
impl Send for GetInfoReturnObject
impl Sync for GetInfoReturnObject
impl Unpin for GetInfoReturnObject
impl UnwindSafe for GetInfoReturnObject
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