pub struct Ct<'a>(/* private fields */);Implementations§
Source§impl<'a> Ct<'a>
impl<'a> Ct<'a>
pub fn tuple_orig(&self) -> Option<CtTuple<'a>>
pub fn tuple_reply(&self) -> Option<CtTuple<'a>>
pub fn tuple_master(&self) -> Option<CtTuple<'a>>
pub fn status(&self) -> Option<u32>
pub fn protoinfo(&self) -> Option<CtProtoInfo<'a>>
pub fn counters_orig(&self) -> Option<CtCounters<'a>>
pub fn counters_reply(&self) -> Option<CtCounters<'a>>
pub fn timeout(&self) -> Option<u32>
pub fn mark(&self) -> Option<u32>
pub fn use(&self) -> Option<u32>
pub fn id(&self) -> Option<u32>
pub fn zone(&self) -> Option<u16>
pub fn timestamp(&self) -> Option<CtTimestamp<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Ct<'a>
impl<'a> RefUnwindSafe for Ct<'a>
impl<'a> Send for Ct<'a>
impl<'a> Sync for Ct<'a>
impl<'a> Unpin for Ct<'a>
impl<'a> UnwindSafe for Ct<'a>
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