|
|
|
@ -2,6 +2,7 @@ pub mod aya_log_common
|
|
|
|
|
#[repr(u8)] pub enum aya_log_common::Argument
|
|
|
|
|
pub aya_log_common::Argument::ArrU16Len8
|
|
|
|
|
pub aya_log_common::Argument::ArrU8Len16
|
|
|
|
|
pub aya_log_common::Argument::ArrU8Len4
|
|
|
|
|
pub aya_log_common::Argument::ArrU8Len6
|
|
|
|
|
pub aya_log_common::Argument::Bytes
|
|
|
|
|
pub aya_log_common::Argument::DisplayHint
|
|
|
|
@ -11,6 +12,8 @@ pub aya_log_common::Argument::I16
|
|
|
|
|
pub aya_log_common::Argument::I32
|
|
|
|
|
pub aya_log_common::Argument::I64
|
|
|
|
|
pub aya_log_common::Argument::I8
|
|
|
|
|
pub aya_log_common::Argument::Ipv4Addr
|
|
|
|
|
pub aya_log_common::Argument::Ipv6Addr
|
|
|
|
|
pub aya_log_common::Argument::Isize
|
|
|
|
|
pub aya_log_common::Argument::Str
|
|
|
|
|
pub aya_log_common::Argument::U16
|
|
|
|
@ -188,6 +191,9 @@ pub trait aya_log_common::DefaultFormatter
|
|
|
|
|
impl aya_log_common::DefaultFormatter for &str
|
|
|
|
|
impl aya_log_common::DefaultFormatter for bool
|
|
|
|
|
impl aya_log_common::DefaultFormatter for char
|
|
|
|
|
impl aya_log_common::DefaultFormatter for core::net::ip_addr::IpAddr
|
|
|
|
|
impl aya_log_common::DefaultFormatter for core::net::ip_addr::Ipv4Addr
|
|
|
|
|
impl aya_log_common::DefaultFormatter for core::net::ip_addr::Ipv6Addr
|
|
|
|
|
impl aya_log_common::DefaultFormatter for f32
|
|
|
|
|
impl aya_log_common::DefaultFormatter for f64
|
|
|
|
|
impl aya_log_common::DefaultFormatter for i16
|
|
|
|
@ -204,6 +210,10 @@ impl aya_log_common::DefaultFormatter for usize
|
|
|
|
|
pub trait aya_log_common::IpFormatter
|
|
|
|
|
impl aya_log_common::IpFormatter for [u16; 8]
|
|
|
|
|
impl aya_log_common::IpFormatter for [u8; 16]
|
|
|
|
|
impl aya_log_common::IpFormatter for [u8; 4]
|
|
|
|
|
impl aya_log_common::IpFormatter for core::net::ip_addr::IpAddr
|
|
|
|
|
impl aya_log_common::IpFormatter for core::net::ip_addr::Ipv4Addr
|
|
|
|
|
impl aya_log_common::IpFormatter for core::net::ip_addr::Ipv6Addr
|
|
|
|
|
impl aya_log_common::IpFormatter for u32
|
|
|
|
|
pub trait aya_log_common::LowerHexFormatter
|
|
|
|
|
impl aya_log_common::LowerHexFormatter for &[u8]
|
|
|
|
@ -243,10 +253,18 @@ impl aya_log_common::WriteToBuf for [u16; 8]
|
|
|
|
|
pub fn [u16; 8]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for [u8; 16]
|
|
|
|
|
pub fn [u8; 16]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for [u8; 4]
|
|
|
|
|
pub fn [u8; 4]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for [u8; 6]
|
|
|
|
|
pub fn [u8; 6]::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for aya_log_common::DisplayHint
|
|
|
|
|
pub fn aya_log_common::DisplayHint::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for core::net::ip_addr::IpAddr
|
|
|
|
|
pub fn core::net::ip_addr::IpAddr::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for core::net::ip_addr::Ipv4Addr
|
|
|
|
|
pub fn core::net::ip_addr::Ipv4Addr::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for core::net::ip_addr::Ipv6Addr
|
|
|
|
|
pub fn core::net::ip_addr::Ipv6Addr::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for f32
|
|
|
|
|
pub fn f32::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
|
|
|
|
|
impl aya_log_common::WriteToBuf for f64
|
|
|
|
|