Struct RECO_ATTRS
#[repr(C)]pub struct RECO_ATTRS {
pub dwRecoCapabilityFlags: u32,
pub awcVendorName: [u16; 32],
pub awcFriendlyName: [u16; 64],
pub awLanguageId: [u16; 64],
}
Fields§
§dwRecoCapabilityFlags: u32
§awcVendorName: [u16; 32]
§awcFriendlyName: [u16; 64]
§awLanguageId: [u16; 64]
Trait Implementations§
§impl Clone for RECO_ATTRS
impl Clone for RECO_ATTRS
§fn clone(&self) -> RECO_ATTRS
fn clone(&self) -> RECO_ATTRS
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_ATTRS
Auto Trait Implementations§
impl Freeze for RECO_ATTRS
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§
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