Struct TPMPARAMS
#[repr(C)]pub struct TPMPARAMS {
pub cbSize: u32,
pub rcExclude: RECT,
}
Fields§
§cbSize: u32
§rcExclude: RECT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TPMPARAMS
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