#[repr(C)]pub struct _GET_CHANGER_PARAMETERS {Show 28 fields
pub Size: DWORD,
pub NumberTransportElements: WORD,
pub NumberStorageElements: WORD,
pub NumberCleanerSlots: WORD,
pub NumberIEElements: WORD,
pub NumberDataTransferElements: WORD,
pub NumberOfDoors: WORD,
pub FirstSlotNumber: WORD,
pub FirstDriveNumber: WORD,
pub FirstTransportNumber: WORD,
pub FirstIEPortNumber: WORD,
pub FirstCleanerSlotAddress: WORD,
pub MagazineSize: WORD,
pub DriveCleanTimeout: DWORD,
pub Features0: DWORD,
pub Features1: DWORD,
pub MoveFromTransport: BYTE,
pub MoveFromSlot: BYTE,
pub MoveFromIePort: BYTE,
pub MoveFromDrive: BYTE,
pub ExchangeFromTransport: BYTE,
pub ExchangeFromSlot: BYTE,
pub ExchangeFromIePort: BYTE,
pub ExchangeFromDrive: BYTE,
pub LockUnlockCapabilities: BYTE,
pub PositionCapabilities: BYTE,
pub Reserved1: [BYTE; 2],
pub Reserved2: [DWORD; 2],
}
Fields§
§Size: DWORD
§NumberTransportElements: WORD
§NumberStorageElements: WORD
§NumberCleanerSlots: WORD
§NumberIEElements: WORD
§NumberDataTransferElements: WORD
§NumberOfDoors: WORD
§FirstSlotNumber: WORD
§FirstDriveNumber: WORD
§FirstTransportNumber: WORD
§FirstIEPortNumber: WORD
§FirstCleanerSlotAddress: WORD
§MagazineSize: WORD
§DriveCleanTimeout: DWORD
§Features0: DWORD
§Features1: DWORD
§MoveFromTransport: BYTE
§MoveFromSlot: BYTE
§MoveFromIePort: BYTE
§MoveFromDrive: BYTE
§ExchangeFromTransport: BYTE
§ExchangeFromSlot: BYTE
§ExchangeFromIePort: BYTE
§ExchangeFromDrive: BYTE
§LockUnlockCapabilities: BYTE
§PositionCapabilities: BYTE
§Reserved1: [BYTE; 2]
§Reserved2: [DWORD; 2]
Trait Implementations§
Source§impl Clone for _GET_CHANGER_PARAMETERS
impl Clone for _GET_CHANGER_PARAMETERS
Source§fn clone(&self) -> _GET_CHANGER_PARAMETERS
fn clone(&self) -> _GET_CHANGER_PARAMETERS
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 _GET_CHANGER_PARAMETERS
impl Debug for _GET_CHANGER_PARAMETERS
Source§impl Ord for _GET_CHANGER_PARAMETERS
impl Ord for _GET_CHANGER_PARAMETERS
Source§fn cmp(&self, other: &_GET_CHANGER_PARAMETERS) -> Ordering
fn cmp(&self, other: &_GET_CHANGER_PARAMETERS) -> 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 _GET_CHANGER_PARAMETERS
impl PartialEq for _GET_CHANGER_PARAMETERS
Source§impl PartialOrd for _GET_CHANGER_PARAMETERS
impl PartialOrd for _GET_CHANGER_PARAMETERS
impl Copy for _GET_CHANGER_PARAMETERS
impl Eq for _GET_CHANGER_PARAMETERS
impl StructuralPartialEq for _GET_CHANGER_PARAMETERS
Auto Trait Implementations§
impl Freeze for _GET_CHANGER_PARAMETERS
impl RefUnwindSafe for _GET_CHANGER_PARAMETERS
impl Send for _GET_CHANGER_PARAMETERS
impl Sync for _GET_CHANGER_PARAMETERS
impl Unpin for _GET_CHANGER_PARAMETERS
impl UnwindSafe for _GET_CHANGER_PARAMETERS
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