Struct windows_sys::Win32::Devices::Display::BANK_POSITION
#[repr(C)]pub struct BANK_POSITION {
pub ReadBankPosition: u32,
pub WriteBankPosition: u32,
}
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§
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