#[repr(C)]pub struct tagTPMPARAMS {
pub cbSize: UINT,
pub rcExclude: RECT,
}Fields§
§cbSize: UINT§rcExclude: RECTTrait Implementations§
Source§impl Clone for tagTPMPARAMS
impl Clone for tagTPMPARAMS
Source§fn clone(&self) -> tagTPMPARAMS
fn clone(&self) -> tagTPMPARAMS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagTPMPARAMS
impl Debug for tagTPMPARAMS
impl Copy for tagTPMPARAMS
Auto Trait Implementations§
impl Freeze for tagTPMPARAMS
impl RefUnwindSafe for tagTPMPARAMS
impl Send for tagTPMPARAMS
impl Sync for tagTPMPARAMS
impl Unpin for tagTPMPARAMS
impl UnwindSafe for tagTPMPARAMS
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