Struct MMC_VISIBLE_COLUMNS
#[repr(C)]pub struct MMC_VISIBLE_COLUMNS {
pub nVisibleColumns: i32,
pub rgVisibleCols: [i32; 1],
}
Fields§
§nVisibleColumns: i32
§rgVisibleCols: [i32; 1]
Trait Implementations§
§impl Clone for MMC_VISIBLE_COLUMNS
impl Clone for MMC_VISIBLE_COLUMNS
§fn clone(&self) -> MMC_VISIBLE_COLUMNS
fn clone(&self) -> MMC_VISIBLE_COLUMNS
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 more§impl Debug for MMC_VISIBLE_COLUMNS
impl Debug for MMC_VISIBLE_COLUMNS
§impl Default for MMC_VISIBLE_COLUMNS
impl Default for MMC_VISIBLE_COLUMNS
§impl PartialEq for MMC_VISIBLE_COLUMNS
impl PartialEq for MMC_VISIBLE_COLUMNS
impl Copy for MMC_VISIBLE_COLUMNS
impl StructuralPartialEq for MMC_VISIBLE_COLUMNS
Auto Trait Implementations§
impl Freeze for MMC_VISIBLE_COLUMNS
impl RefUnwindSafe for MMC_VISIBLE_COLUMNS
impl Send for MMC_VISIBLE_COLUMNS
impl Sync for MMC_VISIBLE_COLUMNS
impl Unpin for MMC_VISIBLE_COLUMNS
impl UnwindSafe for MMC_VISIBLE_COLUMNS
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