Struct windows_sys::Win32::UI::WindowsAndMessaging::TPMPARAMS
[−]Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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