Struct EapPeerMethodOutput
#[repr(C)]pub struct EapPeerMethodOutput {
pub action: EapPeerMethodResponseAction,
pub fAllowNotifications: BOOL,
}
Fields§
§action: EapPeerMethodResponseAction
§fAllowNotifications: BOOL
Trait Implementations§
§impl Clone for EapPeerMethodOutput
impl Clone for EapPeerMethodOutput
§fn clone(&self) -> EapPeerMethodOutput
fn clone(&self) -> EapPeerMethodOutput
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 more§impl Debug for EapPeerMethodOutput
impl Debug for EapPeerMethodOutput
§impl Default for EapPeerMethodOutput
impl Default for EapPeerMethodOutput
§impl PartialEq for EapPeerMethodOutput
impl PartialEq for EapPeerMethodOutput
impl Copy for EapPeerMethodOutput
impl StructuralPartialEq for EapPeerMethodOutput
Auto Trait Implementations§
impl Freeze for EapPeerMethodOutput
impl RefUnwindSafe for EapPeerMethodOutput
impl Send for EapPeerMethodOutput
impl Sync for EapPeerMethodOutput
impl Unpin for EapPeerMethodOutput
impl UnwindSafe for EapPeerMethodOutput
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