Struct windows::Win32::Graphics::GdiPlus::PWMFRect16
#[repr(C)]pub struct PWMFRect16 {
pub Left: i16,
pub Top: i16,
pub Right: i16,
pub Bottom: i16,
}
Fields§
§Left: i16
§Top: i16
§Right: i16
§Bottom: i16
Trait Implementations§
§impl Clone for PWMFRect16
impl Clone for PWMFRect16
§fn clone(&self) -> PWMFRect16
fn clone(&self) -> PWMFRect16
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 more§impl Debug for PWMFRect16
impl Debug for PWMFRect16
§impl PartialEq for PWMFRect16
impl PartialEq for PWMFRect16
§fn eq(&self, other: &PWMFRect16) -> bool
fn eq(&self, other: &PWMFRect16) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PWMFRect16
impl Eq for PWMFRect16
impl StructuralPartialEq for PWMFRect16
Auto Trait Implementations§
impl Freeze for PWMFRect16
impl RefUnwindSafe for PWMFRect16
impl Send for PWMFRect16
impl Sync for PWMFRect16
impl Unpin for PWMFRect16
impl UnwindSafe for PWMFRect16
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)