pub struct CharWin32Console { /* private fields */ }Implementations§
Source§impl CharWin32Console
impl CharWin32Console
Sourcepub fn builder() -> CharWin32ConsoleBuilder
pub fn builder() -> CharWin32ConsoleBuilder
Create an instance of CharWin32Console using the builder syntax
Trait Implementations§
Source§impl Arbitrary for CharWin32Console
impl Arbitrary for CharWin32Console
Source§type Parameters = (<String as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy), fn((String, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharWin32Console>
type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy), fn((String, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharWin32Console>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for CharWin32Console
impl Clone for CharWin32Console
Source§fn clone(&self) -> CharWin32Console
fn clone(&self) -> CharWin32Console
Returns a duplicate 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 CharWin32Console
impl Debug for CharWin32Console
Source§impl Default for CharWin32Console
impl Default for CharWin32Console
Source§fn default() -> CharWin32Console
fn default() -> CharWin32Console
Returns the “default value” for a type. Read more
Source§impl Hash for CharWin32Console
impl Hash for CharWin32Console
Source§impl Ord for CharWin32Console
impl Ord for CharWin32Console
Source§fn cmp(&self, other: &CharWin32Console) -> Ordering
fn cmp(&self, other: &CharWin32Console) -> 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 CharWin32Console
impl PartialEq for CharWin32Console
Source§impl PartialOrd for CharWin32Console
impl PartialOrd for CharWin32Console
impl Eq for CharWin32Console
impl StructuralPartialEq for CharWin32Console
Auto Trait Implementations§
impl Freeze for CharWin32Console
impl RefUnwindSafe for CharWin32Console
impl Send for CharWin32Console
impl Sync for CharWin32Console
impl Unpin for CharWin32Console
impl UnsafeUnpin for CharWin32Console
impl UnwindSafe for CharWin32Console
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