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,
}
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§
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