Struct vc6_sys::tagTPMPARAMS
source · #[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 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
impl Copy for tagTPMPARAMS
Auto Trait Implementations§
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