Struct windows_sys::Win32::UI::TabletPC::RECO_LATTICE
[−]#[repr(C)]pub struct RECO_LATTICE {
pub ulColumnCount: u32,
pub pLatticeColumns: *mut RECO_LATTICE_COLUMN,
pub ulPropertyCount: u32,
pub pGuidProperties: *mut GUID,
pub ulBestResultColumnCount: u32,
pub pulBestResultColumns: *mut u32,
pub pulBestResultIndexes: *mut u32,
}
Expand description
Required features: ‘Win32_UI_TabletPC’
Fields
ulColumnCount: u32
pLatticeColumns: *mut RECO_LATTICE_COLUMN
ulPropertyCount: u32
pGuidProperties: *mut GUID
ulBestResultColumnCount: u32
pulBestResultColumns: *mut u32
pulBestResultIndexes: *mut u32
Trait Implementations
impl Clone for RECO_LATTICE
impl Clone for RECO_LATTICE
impl Copy for RECO_LATTICE
Auto Trait Implementations
impl RefUnwindSafe for RECO_LATTICE
impl !Send for RECO_LATTICE
impl !Sync for RECO_LATTICE
impl Unpin for RECO_LATTICE
impl UnwindSafe for RECO_LATTICE
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