Struct 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: u32Trait Implementations§
§impl Clone for NT_FE_CONSOLE_PROPS
 
impl Clone for NT_FE_CONSOLE_PROPS
§fn clone(&self) -> NT_FE_CONSOLE_PROPS
 
fn clone(&self) -> NT_FE_CONSOLE_PROPS
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 more§impl Default for NT_FE_CONSOLE_PROPS
 
impl Default for NT_FE_CONSOLE_PROPS
impl Copy for NT_FE_CONSOLE_PROPS
Auto Trait Implementations§
impl Freeze for NT_FE_CONSOLE_PROPS
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