#[repr(C)]pub struct _DISK_CONTROLLER_NUMBER {
pub ControllerNumber: DWORD,
pub DiskNumber: DWORD,
}Fields§
§ControllerNumber: DWORD§DiskNumber: DWORDTrait Implementations§
Source§impl Clone for _DISK_CONTROLLER_NUMBER
impl Clone for _DISK_CONTROLLER_NUMBER
Source§fn clone(&self) -> _DISK_CONTROLLER_NUMBER
fn clone(&self) -> _DISK_CONTROLLER_NUMBER
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 _DISK_CONTROLLER_NUMBER
impl Debug for _DISK_CONTROLLER_NUMBER
impl Copy for _DISK_CONTROLLER_NUMBER
Auto Trait Implementations§
impl Freeze for _DISK_CONTROLLER_NUMBER
impl RefUnwindSafe for _DISK_CONTROLLER_NUMBER
impl Send for _DISK_CONTROLLER_NUMBER
impl Sync for _DISK_CONTROLLER_NUMBER
impl Unpin for _DISK_CONTROLLER_NUMBER
impl UnwindSafe for _DISK_CONTROLLER_NUMBER
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