pub type DEVICE_SEEK_PENALTY_DESCRIPTOR = _DEVICE_SEEK_PENALTY_DESCRIPTOR;
Aliased Type§
struct DEVICE_SEEK_PENALTY_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub IncursSeekPenalty: u8,
}
Fields§
§Version: u32
§Size: u32
§IncursSeekPenalty: u8
Trait Implementations
Source§impl Clone for _DEVICE_SEEK_PENALTY_DESCRIPTOR
impl Clone for _DEVICE_SEEK_PENALTY_DESCRIPTOR
Source§fn clone(&self) -> _DEVICE_SEEK_PENALTY_DESCRIPTOR
fn clone(&self) -> _DEVICE_SEEK_PENALTY_DESCRIPTOR
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 Ord for _DEVICE_SEEK_PENALTY_DESCRIPTOR
impl Ord for _DEVICE_SEEK_PENALTY_DESCRIPTOR
Source§fn cmp(&self, other: &_DEVICE_SEEK_PENALTY_DESCRIPTOR) -> Ordering
fn cmp(&self, other: &_DEVICE_SEEK_PENALTY_DESCRIPTOR) -> 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
Source§impl PartialEq for _DEVICE_SEEK_PENALTY_DESCRIPTOR
impl PartialEq for _DEVICE_SEEK_PENALTY_DESCRIPTOR
Source§fn eq(&self, other: &_DEVICE_SEEK_PENALTY_DESCRIPTOR) -> bool
fn eq(&self, other: &_DEVICE_SEEK_PENALTY_DESCRIPTOR) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.