Struct IpFamily
#[repr(transparent)]pub struct IpFamily(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl DataCallIpFamily
impl DataCallIpFamily
Sourcepub const IPV4: DataCallIpFamily
pub const IPV4: DataCallIpFamily
IPv4 call.
Sourcepub const IPV6: DataCallIpFamily
pub const IPV6: DataCallIpFamily
IPv6 call.
Sourcepub const IPV4V6: DataCallIpFamily
pub const IPV4V6: DataCallIpFamily
IPv4 and IPv6 call (Only used call start or stop).
Trait Implementations§
Source§impl Clone for DataCallIpFamily
impl Clone for DataCallIpFamily
Source§fn clone(&self) -> DataCallIpFamily
fn clone(&self) -> DataCallIpFamily
Returns a duplicate 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 DataCallIpFamily
impl Debug for DataCallIpFamily
Source§impl PartialEq for DataCallIpFamily
impl PartialEq for DataCallIpFamily
Source§impl Serialize for DataCallIpFamily
impl Serialize for DataCallIpFamily
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for DataCallIpFamily
impl Eq for DataCallIpFamily
impl StructuralPartialEq for DataCallIpFamily
Auto Trait Implementations§
impl Freeze for DataCallIpFamily
impl RefUnwindSafe for DataCallIpFamily
impl Send for DataCallIpFamily
impl Sync for DataCallIpFamily
impl Unpin for DataCallIpFamily
impl UnwindSafe for DataCallIpFamily
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