pub struct _PCFW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _PCFW<'a>
impl<'a> _PCFW<'a>
Sourcepub fn prevent_all(self) -> &'a mut W
pub fn prevent_all(self) -> &'a mut W
MAC prevents all control frames from reaching the application
Sourcepub fn forward_all_except_pause(self) -> &'a mut W
pub fn forward_all_except_pause(self) -> &'a mut W
MAC forwards all control frames to application except Pause
Sourcepub fn forward_all(self) -> &'a mut W
pub fn forward_all(self) -> &'a mut W
MAC forwards all control frames to application even if they fail the address filter
Sourcepub fn forward_all_filtered(self) -> &'a mut W
pub fn forward_all_filtered(self) -> &'a mut W
MAC forwards control frames that pass the address filter
Auto Trait Implementations§
impl<'a> Freeze for _PCFW<'a>
impl<'a> RefUnwindSafe for _PCFW<'a>
impl<'a> Send for _PCFW<'a>
impl<'a> Sync for _PCFW<'a>
impl<'a> Unpin for _PCFW<'a>
impl<'a> !UnwindSafe for _PCFW<'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