Struct windows_sys::Win32::Devices::Display::VIDEO_BANK_SELECT
#[repr(C)]pub struct VIDEO_BANK_SELECT {Show 13 fields
pub Length: u32,
pub Size: u32,
pub BankingFlags: u32,
pub BankingType: u32,
pub PlanarHCBankingType: u32,
pub BitmapWidthInBytes: u32,
pub BitmapSize: u32,
pub Granularity: u32,
pub PlanarHCGranularity: u32,
pub CodeOffset: u32,
pub PlanarHCBankCodeOffset: u32,
pub PlanarHCEnableCodeOffset: u32,
pub PlanarHCDisableCodeOffset: u32,
}
Fields§
§Length: u32
§Size: u32
§BankingFlags: u32
§BankingType: u32
§PlanarHCBankingType: u32
§BitmapWidthInBytes: u32
§BitmapSize: u32
§Granularity: u32
§PlanarHCGranularity: u32
§CodeOffset: u32
§PlanarHCBankCodeOffset: u32
§PlanarHCEnableCodeOffset: u32
§PlanarHCDisableCodeOffset: u32
Trait Implementations§
§impl Clone for VIDEO_BANK_SELECT
impl Clone for VIDEO_BANK_SELECT
impl Copy for VIDEO_BANK_SELECT
Auto Trait Implementations§
impl RefUnwindSafe for VIDEO_BANK_SELECT
impl Send for VIDEO_BANK_SELECT
impl Sync for VIDEO_BANK_SELECT
impl Unpin for VIDEO_BANK_SELECT
impl UnwindSafe for VIDEO_BANK_SELECT
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