#[repr(C)]pub struct RDCOMPARE {
pub cbSize: u32,
pub dwFlags: u32,
pub nColumn: i32,
pub lUserParam: LPARAM,
pub prdch1: *mut RDITEMHDR,
pub prdch2: *mut RDITEMHDR,
}
Fields§
§cbSize: u32
§dwFlags: u32
§nColumn: i32
§lUserParam: LPARAM
§prdch1: *mut RDITEMHDR
§prdch2: *mut RDITEMHDR
Trait Implementations§
impl Copy for RDCOMPARE
impl Eq for RDCOMPARE
impl StructuralPartialEq for RDCOMPARE
Auto Trait Implementations§
impl Freeze for RDCOMPARE
impl RefUnwindSafe for RDCOMPARE
impl !Send for RDCOMPARE
impl !Sync for RDCOMPARE
impl Unpin for RDCOMPARE
impl UnwindSafe for RDCOMPARE
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
)