Struct windows_sys::Win32::Devices::Display::ENUMRECTS
#[repr(C)]pub struct ENUMRECTS {
pub c: u32,
pub arcl: [RECTL; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§c: u32
§arcl: [RECTL; 1]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ENUMRECTS
impl Send for ENUMRECTS
impl Sync for ENUMRECTS
impl Unpin for ENUMRECTS
impl UnwindSafe for ENUMRECTS
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