Struct windows_sys::Win32::UI::Shell::NT_FE_CONSOLE_PROPS
[−]#[repr(C, packed(1))]pub struct NT_FE_CONSOLE_PROPS {
pub dbh: DATABLOCK_HEADER,
pub uCodePage: u32,
}
Expand description
Required features: ‘Win32_UI_Shell’
Fields
dbh: DATABLOCK_HEADER
uCodePage: u32
Trait Implementations
impl Clone for NT_FE_CONSOLE_PROPS
impl Clone for NT_FE_CONSOLE_PROPS
impl Copy for NT_FE_CONSOLE_PROPS
Auto Trait Implementations
impl RefUnwindSafe for NT_FE_CONSOLE_PROPS
impl Send for NT_FE_CONSOLE_PROPS
impl Sync for NT_FE_CONSOLE_PROPS
impl Unpin for NT_FE_CONSOLE_PROPS
impl UnwindSafe for NT_FE_CONSOLE_PROPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more