#[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,
}
Expand description
Required features: ‘Win32_System_Mmc’, ‘Win32_Foundation’
Fields
cbSize: u32
dwFlags: u32
nColumn: i32
lUserParam: LPARAM
prdch1: *mut RDITEMHDR
prdch2: *mut RDITEMHDR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RDCOMPARE
impl !Send for RDCOMPARE
impl !Sync for RDCOMPARE
impl Unpin for RDCOMPARE
impl UnwindSafe for RDCOMPARE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more