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 moreimpl Copy 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