Struct FWPM_ACTION0
#[repr(C)]pub struct FWPM_ACTION0 {
pub type: FWP_ACTION_TYPE,
pub Anonymous: FWPM_ACTION0_0,
}Fields§
§type: FWP_ACTION_TYPE§Anonymous: FWPM_ACTION0_0Trait Implementations§
§impl Clone for FWPM_ACTION0
impl Clone for FWPM_ACTION0
§fn clone(&self) -> FWPM_ACTION0
fn clone(&self) -> FWPM_ACTION0
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 more§impl Default for FWPM_ACTION0
impl Default for FWPM_ACTION0
impl Copy for FWPM_ACTION0
Auto Trait Implementations§
impl Freeze for FWPM_ACTION0
impl RefUnwindSafe for FWPM_ACTION0
impl Send for FWPM_ACTION0
impl Sync for FWPM_ACTION0
impl Unpin for FWPM_ACTION0
impl UnwindSafe for FWPM_ACTION0
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