#[repr(C)]pub struct _FORM_INFO_2W {
pub Flags: DWORD,
pub pName: LPCWSTR,
pub Size: SIZEL,
pub ImageableArea: RECTL,
pub pKeyword: LPCSTR,
pub StringType: DWORD,
pub pMuiDll: LPCWSTR,
pub dwResourceId: DWORD,
pub pDisplayName: LPCWSTR,
pub wLangId: LANGID,
}Fields§
§Flags: DWORD§pName: LPCWSTR§Size: SIZEL§ImageableArea: RECTL§pKeyword: LPCSTR§StringType: DWORD§pMuiDll: LPCWSTR§dwResourceId: DWORD§pDisplayName: LPCWSTR§wLangId: LANGIDTrait Implementations§
Source§impl Clone for _FORM_INFO_2W
impl Clone for _FORM_INFO_2W
Source§fn clone(&self) -> _FORM_INFO_2W
fn clone(&self) -> _FORM_INFO_2W
Returns a duplicate 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 moreSource§impl Debug for _FORM_INFO_2W
impl Debug for _FORM_INFO_2W
impl Copy for _FORM_INFO_2W
Auto Trait Implementations§
impl Freeze for _FORM_INFO_2W
impl RefUnwindSafe for _FORM_INFO_2W
impl !Send for _FORM_INFO_2W
impl !Sync for _FORM_INFO_2W
impl Unpin for _FORM_INFO_2W
impl UnwindSafe for _FORM_INFO_2W
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