Struct windows_sys::Win32::UI::WindowsAndMessaging::TPMPARAMS
#[repr(C)]pub struct TPMPARAMS {
pub cbSize: u32,
pub rcExclude: RECT,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§rcExclude: RECT
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TPMPARAMS
impl Send for TPMPARAMS
impl Sync for TPMPARAMS
impl Unpin for TPMPARAMS
impl UnwindSafe for TPMPARAMS
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