pub struct FilterMirrorProperties {
pub base: NetfilterProperties,
pub vnet_hdr_support: Option<bool>,
pub outdev: String,
}
Fields§
§base: NetfilterProperties
§vnet_hdr_support: Option<bool>
§outdev: String
Trait Implementations§
Source§impl Clone for FilterMirrorProperties
impl Clone for FilterMirrorProperties
Source§fn clone(&self) -> FilterMirrorProperties
fn clone(&self) -> FilterMirrorProperties
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 FilterMirrorProperties
impl Debug for FilterMirrorProperties
Source§impl<'de> Deserialize<'de> for FilterMirrorProperties
impl<'de> Deserialize<'de> for FilterMirrorProperties
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FilterMirrorProperties
impl RefUnwindSafe for FilterMirrorProperties
impl Send for FilterMirrorProperties
impl Sync for FilterMirrorProperties
impl Unpin for FilterMirrorProperties
impl UnwindSafe for FilterMirrorProperties
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