Struct windows_sys::Win32::System::Mmc::MMC_VISIBLE_COLUMNS
[−]Expand description
Required features: "Win32_System_Mmc"
Fields
nVisibleColumns: i32
rgVisibleCols: [i32; 1]
Trait Implementations
impl Clone for MMC_VISIBLE_COLUMNS
impl Clone for MMC_VISIBLE_COLUMNS
impl Copy for MMC_VISIBLE_COLUMNS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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