Struct windows::Win32::UI::Controls::CCSTYLEFLAGW
#[repr(C)]pub struct CCSTYLEFLAGW {
pub flStyle: u32,
pub flStyleMask: u32,
pub pszStyle: PWSTR,
}
Fields§
§flStyle: u32
§flStyleMask: u32
§pszStyle: PWSTR
Trait Implementations§
§impl Clone for CCSTYLEFLAGW
impl Clone for CCSTYLEFLAGW
§fn clone(&self) -> CCSTYLEFLAGW
fn clone(&self) -> CCSTYLEFLAGW
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 CCSTYLEFLAGW
impl Debug for CCSTYLEFLAGW
§impl Default for CCSTYLEFLAGW
impl Default for CCSTYLEFLAGW
§impl PartialEq for CCSTYLEFLAGW
impl PartialEq for CCSTYLEFLAGW
§fn eq(&self, other: &CCSTYLEFLAGW) -> bool
fn eq(&self, other: &CCSTYLEFLAGW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CCSTYLEFLAGW
impl Eq for CCSTYLEFLAGW
impl StructuralPartialEq for CCSTYLEFLAGW
Auto Trait Implementations§
impl Freeze for CCSTYLEFLAGW
impl RefUnwindSafe for CCSTYLEFLAGW
impl !Send for CCSTYLEFLAGW
impl !Sync for CCSTYLEFLAGW
impl Unpin for CCSTYLEFLAGW
impl UnwindSafe for CCSTYLEFLAGW
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
)