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,
}
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
§fn clone(&self) -> RECO_LATTICE
fn clone(&self) -> RECO_LATTICE
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 moreimpl Copy for RECO_LATTICE
Auto Trait Implementations§
impl Freeze for RECO_LATTICE
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§
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
)