#[repr(C)]pub struct MCGRIDINFO {
pub cbSize: UINT,
pub dwPart: DWORD,
pub dwFlags: DWORD,
pub iCalendar: c_int,
pub iRow: c_int,
pub iCol: c_int,
pub bSelected: BOOL,
pub stStart: SYSTEMTIME,
pub stEnd: SYSTEMTIME,
pub rc: RECT,
pub pszName: PWSTR,
pub cchName: size_t,
}
Fields§
§cbSize: UINT
§dwPart: DWORD
§dwFlags: DWORD
§iCalendar: c_int
§iRow: c_int
§iCol: c_int
§bSelected: BOOL
§stStart: SYSTEMTIME
§stEnd: SYSTEMTIME
§rc: RECT
§pszName: PWSTR
§cchName: size_t
Trait Implementations§
Source§impl Clone for MCGRIDINFO
impl Clone for MCGRIDINFO
Source§fn clone(&self) -> MCGRIDINFO
fn clone(&self) -> MCGRIDINFO
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 moreSource§impl Default for MCGRIDINFO
impl Default for MCGRIDINFO
Source§fn default() -> MCGRIDINFO
fn default() -> MCGRIDINFO
Returns the “default value” for a type. Read more
impl Copy for MCGRIDINFO
Auto Trait Implementations§
impl Freeze for MCGRIDINFO
impl RefUnwindSafe for MCGRIDINFO
impl !Send for MCGRIDINFO
impl !Sync for MCGRIDINFO
impl Unpin for MCGRIDINFO
impl UnwindSafe for MCGRIDINFO
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