Struct windows_sys::Win32::Data::HtmlHelp::COLUMNSTATUS
[−]Expand description
Required features: "Win32_Data_HtmlHelp"
Fields
cPropCount: i32
cPropsLoaded: i32
Trait Implementations
impl Clone for COLUMNSTATUS
impl Clone for COLUMNSTATUS
impl Copy for COLUMNSTATUS
Auto Trait Implementations
impl RefUnwindSafe for COLUMNSTATUS
impl Send for COLUMNSTATUS
impl Sync for COLUMNSTATUS
impl Unpin for COLUMNSTATUS
impl UnwindSafe for COLUMNSTATUS
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