Struct winapi::um::wincon::CONSOLE_CURSOR_INFO
source · #[repr(C)]pub struct CONSOLE_CURSOR_INFO {
pub dwSize: DWORD,
pub bVisible: BOOL,
}
Fields§
§dwSize: DWORD
§bVisible: BOOL
Trait Implementations§
source§impl Clone for CONSOLE_CURSOR_INFO
impl Clone for CONSOLE_CURSOR_INFO
source§fn clone(&self) -> CONSOLE_CURSOR_INFO
fn clone(&self) -> CONSOLE_CURSOR_INFO
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 CONSOLE_CURSOR_INFO
impl Default for CONSOLE_CURSOR_INFO
source§fn default() -> CONSOLE_CURSOR_INFO
fn default() -> CONSOLE_CURSOR_INFO
Returns the “default value” for a type. Read more