pub type STORAGE_DIAGNOSTIC_REQUEST = _STORAGE_DIAGNOSTIC_REQUEST;
Aliased Type§
struct STORAGE_DIAGNOSTIC_REQUEST {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub TargetType: i32,
pub Level: i32,
}
Fields§
§Version: u32
§Size: u32
§Flags: u32
§TargetType: i32
§Level: i32
Trait Implementations
Source§impl Clone for _STORAGE_DIAGNOSTIC_REQUEST
impl Clone for _STORAGE_DIAGNOSTIC_REQUEST
Source§fn clone(&self) -> _STORAGE_DIAGNOSTIC_REQUEST
fn clone(&self) -> _STORAGE_DIAGNOSTIC_REQUEST
Returns a copy 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 _STORAGE_DIAGNOSTIC_REQUEST
impl Debug for _STORAGE_DIAGNOSTIC_REQUEST
Source§impl Ord for _STORAGE_DIAGNOSTIC_REQUEST
impl Ord for _STORAGE_DIAGNOSTIC_REQUEST
Source§fn cmp(&self, other: &_STORAGE_DIAGNOSTIC_REQUEST) -> Ordering
fn cmp(&self, other: &_STORAGE_DIAGNOSTIC_REQUEST) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more