Struct windows::Foundation::Diagnostics::LoggingFieldFormat
#[repr(transparent)]pub struct LoggingFieldFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl LoggingFieldFormat
impl LoggingFieldFormat
pub const Default: Self = _
pub const Hidden: Self = _
pub const String: Self = _
pub const Boolean: Self = _
pub const Hexadecimal: Self = _
pub const ProcessId: Self = _
pub const ThreadId: Self = _
pub const Port: Self = _
pub const Ipv4Address: Self = _
pub const Ipv6Address: Self = _
pub const SocketAddress: Self = _
pub const Xml: Self = _
pub const Json: Self = _
pub const Win32Error: Self = _
pub const NTStatus: Self = _
pub const HResult: Self = _
pub const FileTime: Self = _
pub const Signed: Self = _
pub const Unsigned: Self = _
Trait Implementations§
§impl Clone for LoggingFieldFormat
impl Clone for LoggingFieldFormat
§fn clone(&self) -> LoggingFieldFormat
fn clone(&self) -> LoggingFieldFormat
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 Debug for LoggingFieldFormat
impl Debug for LoggingFieldFormat
§impl Default for LoggingFieldFormat
impl Default for LoggingFieldFormat
§fn default() -> LoggingFieldFormat
fn default() -> LoggingFieldFormat
Returns the “default value” for a type. Read more
§impl PartialEq for LoggingFieldFormat
impl PartialEq for LoggingFieldFormat
§fn eq(&self, other: &LoggingFieldFormat) -> bool
fn eq(&self, other: &LoggingFieldFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LoggingFieldFormat
impl Eq for LoggingFieldFormat
impl StructuralPartialEq for LoggingFieldFormat
Auto Trait Implementations§
impl Freeze for LoggingFieldFormat
impl RefUnwindSafe for LoggingFieldFormat
impl Send for LoggingFieldFormat
impl Sync for LoggingFieldFormat
impl Unpin for LoggingFieldFormat
impl UnwindSafe for LoggingFieldFormat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)