pub struct TcTunnelKey {
pub generic: TcActionGeneric,
pub t_action: i32,
}Fields§
§generic: TcActionGeneric§t_action: i32Trait Implementations§
Source§impl Clone for TcTunnelKey
impl Clone for TcTunnelKey
Source§fn clone(&self) -> TcTunnelKey
fn clone(&self) -> TcTunnelKey
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 moreSource§impl Debug for TcTunnelKey
impl Debug for TcTunnelKey
Source§impl Default for TcTunnelKey
impl Default for TcTunnelKey
Source§fn default() -> TcTunnelKey
fn default() -> TcTunnelKey
Returns the “default value” for a type. Read more
Source§impl Emitable for TcTunnelKey
impl Emitable for TcTunnelKey
Source§impl PartialEq for TcTunnelKey
impl PartialEq for TcTunnelKey
impl Eq for TcTunnelKey
impl StructuralPartialEq for TcTunnelKey
Auto Trait Implementations§
impl Freeze for TcTunnelKey
impl RefUnwindSafe for TcTunnelKey
impl Send for TcTunnelKey
impl Sync for TcTunnelKey
impl Unpin for TcTunnelKey
impl UnwindSafe for TcTunnelKey
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