#[repr(C)]pub struct ALLOC_CONSOLE_OPTIONS {
pub mode: ALLOC_CONSOLE_MODE,
pub useShowWindow: BOOL,
pub showWindow: WORD,
}
Fields§
§mode: ALLOC_CONSOLE_MODE
§useShowWindow: BOOL
§showWindow: WORD
Trait Implementations§
Source§impl Clone for ALLOC_CONSOLE_OPTIONS
impl Clone for ALLOC_CONSOLE_OPTIONS
Source§fn clone(&self) -> ALLOC_CONSOLE_OPTIONS
fn clone(&self) -> ALLOC_CONSOLE_OPTIONS
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 Debug for ALLOC_CONSOLE_OPTIONS
impl Debug for ALLOC_CONSOLE_OPTIONS
Source§impl Ord for ALLOC_CONSOLE_OPTIONS
impl Ord for ALLOC_CONSOLE_OPTIONS
Source§fn cmp(&self, other: &ALLOC_CONSOLE_OPTIONS) -> Ordering
fn cmp(&self, other: &ALLOC_CONSOLE_OPTIONS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ALLOC_CONSOLE_OPTIONS
impl PartialEq for ALLOC_CONSOLE_OPTIONS
Source§impl PartialOrd for ALLOC_CONSOLE_OPTIONS
impl PartialOrd for ALLOC_CONSOLE_OPTIONS
impl Copy for ALLOC_CONSOLE_OPTIONS
impl Eq for ALLOC_CONSOLE_OPTIONS
impl StructuralPartialEq for ALLOC_CONSOLE_OPTIONS
Auto Trait Implementations§
impl Freeze for ALLOC_CONSOLE_OPTIONS
impl RefUnwindSafe for ALLOC_CONSOLE_OPTIONS
impl Send for ALLOC_CONSOLE_OPTIONS
impl Sync for ALLOC_CONSOLE_OPTIONS
impl Unpin for ALLOC_CONSOLE_OPTIONS
impl UnwindSafe for ALLOC_CONSOLE_OPTIONS
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