Struct windows_sys::Win32::UI::TabletPC::RECO_ATTRS
[−]#[repr(C)]pub struct RECO_ATTRS {
pub dwRecoCapabilityFlags: u32,
pub awcVendorName: [u16; 32],
pub awcFriendlyName: [u16; 64],
pub awLanguageId: [u16; 64],
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
dwRecoCapabilityFlags: u32
awcVendorName: [u16; 32]
awcFriendlyName: [u16; 64]
awLanguageId: [u16; 64]
Trait Implementations
impl Clone for RECO_ATTRS
impl Clone for RECO_ATTRS
impl Copy for RECO_ATTRS
Auto Trait Implementations
impl RefUnwindSafe for RECO_ATTRS
impl Send for RECO_ATTRS
impl Sync for RECO_ATTRS
impl Unpin for RECO_ATTRS
impl UnwindSafe for RECO_ATTRS
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