#[repr(transparent)]pub struct LoggingFieldFormat(pub i32);
Expand description
Required features: "Foundation_Diagnostics"
Tuple Fields
0: i32
Implementations
impl LoggingFieldFormat
impl LoggingFieldFormat
pub const Default: Self = Self(0i32)
pub const Hidden: Self = Self(1i32)
pub const String: Self = Self(2i32)
pub const Boolean: Self = Self(3i32)
pub const Hexadecimal: Self = Self(4i32)
pub const ProcessId: Self = Self(5i32)
pub const ThreadId: Self = Self(6i32)
pub const Port: Self = Self(7i32)
pub const Ipv4Address: Self = Self(8i32)
pub const Ipv6Address: Self = Self(9i32)
pub const SocketAddress: Self = Self(10i32)
pub const Xml: Self = Self(11i32)
pub const Json: Self = Self(12i32)
pub const Win32Error: Self = Self(13i32)
pub const NTStatus: Self = Self(14i32)
pub const HResult: Self = Self(15i32)
pub const FileTime: Self = Self(16i32)
pub const Signed: Self = Self(17i32)
pub const Unsigned: Self = Self(18i32)
Trait Implementations
impl Clone for LoggingFieldFormat
impl Clone for LoggingFieldFormat
impl Copy for LoggingFieldFormat
Auto Trait Implementations
impl RefUnwindSafe for LoggingFieldFormat
impl Send for LoggingFieldFormat
impl Sync for LoggingFieldFormat
impl Unpin for LoggingFieldFormat
impl UnwindSafe for LoggingFieldFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more