Struct windows_sys::Win32::System::Ioctl::GP_LOG_PAGE_DESCRIPTOR
[−]#[repr(C, packed(1))]pub struct GP_LOG_PAGE_DESCRIPTOR {
pub LogAddress: u16,
pub LogSectors: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
LogAddress: u16
LogSectors: u16
Trait Implementations
impl Clone for GP_LOG_PAGE_DESCRIPTOR
impl Clone for GP_LOG_PAGE_DESCRIPTOR
impl Copy for GP_LOG_PAGE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for GP_LOG_PAGE_DESCRIPTOR
impl Send for GP_LOG_PAGE_DESCRIPTOR
impl Sync for GP_LOG_PAGE_DESCRIPTOR
impl Unpin for GP_LOG_PAGE_DESCRIPTOR
impl UnwindSafe for GP_LOG_PAGE_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more