Struct windows_sys::Win32::Devices::Display::BANK_POSITION
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
ReadBankPosition: u32
WriteBankPosition: u32
Trait Implementations
impl Clone for BANK_POSITION
impl Clone for BANK_POSITION
impl Copy for BANK_POSITION
Auto Trait Implementations
impl RefUnwindSafe for BANK_POSITION
impl Send for BANK_POSITION
impl Sync for BANK_POSITION
impl Unpin for BANK_POSITION
impl UnwindSafe for BANK_POSITION
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