#[repr(C)]pub struct tagTPMPARAMS {
pub cbSize: UINT,
pub rcExclude: RECT,
}
Fields§
§cbSize: UINT
§rcExclude: RECT
Trait Implementations§
Source§impl Clone for tagTPMPARAMS
impl Clone for tagTPMPARAMS
Source§fn clone(&self) -> tagTPMPARAMS
fn clone(&self) -> tagTPMPARAMS
Returns a copy 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
Source§impl Ord for tagTPMPARAMS
impl Ord for tagTPMPARAMS
Source§fn cmp(&self, other: &tagTPMPARAMS) -> Ordering
fn cmp(&self, other: &tagTPMPARAMS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagTPMPARAMS
impl PartialEq for tagTPMPARAMS
Source§impl PartialOrd for tagTPMPARAMS
impl PartialOrd for tagTPMPARAMS
impl Copy for tagTPMPARAMS
impl Eq for tagTPMPARAMS
impl StructuralPartialEq 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