Struct windows_sys::Win32::UI::TabletPC::RECO_LATTICE_COLUMN
[−]#[repr(C)]pub struct RECO_LATTICE_COLUMN {
pub key: u32,
pub cpProp: RECO_LATTICE_PROPERTIES,
pub cStrokes: u32,
pub pStrokes: *mut u32,
pub cLatticeElements: u32,
pub pLatticeElements: *mut RECO_LATTICE_ELEMENT,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
key: u32
cpProp: RECO_LATTICE_PROPERTIES
cStrokes: u32
pStrokes: *mut u32
cLatticeElements: u32
pLatticeElements: *mut RECO_LATTICE_ELEMENT
Trait Implementations
impl Clone for RECO_LATTICE_COLUMN
impl Clone for RECO_LATTICE_COLUMN
impl Copy for RECO_LATTICE_COLUMN
Auto Trait Implementations
impl RefUnwindSafe for RECO_LATTICE_COLUMN
impl !Send for RECO_LATTICE_COLUMN
impl !Sync for RECO_LATTICE_COLUMN
impl Unpin for RECO_LATTICE_COLUMN
impl UnwindSafe for RECO_LATTICE_COLUMN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more