#[repr(C)]pub struct otNcpLegacyHandlers {
pub mStartLegacy: otNcpHandlerStartLegacy,
pub mStopLegacy: otNcpHandlerStopLegacy,
pub mJoinLegacyNode: otNcpHandlerJoinLegacyNode,
pub mSetLegacyUlaPrefix: otNcpHandlerSetLegacyUlaPrefix,
}Expand description
Defines a struct containing all the legacy handlers (function pointers).
Fields§
§mStartLegacy: otNcpHandlerStartLegacy< Start handler
mStopLegacy: otNcpHandlerStopLegacy< Stop handler
mJoinLegacyNode: otNcpHandlerJoinLegacyNode< Join handler
mSetLegacyUlaPrefix: otNcpHandlerSetLegacyUlaPrefix< Set ULA handler
Trait Implementations§
Source§impl Clone for otNcpLegacyHandlers
impl Clone for otNcpLegacyHandlers
Source§fn clone(&self) -> otNcpLegacyHandlers
fn clone(&self) -> otNcpLegacyHandlers
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 moreSource§impl Debug for otNcpLegacyHandlers
impl Debug for otNcpLegacyHandlers
impl Copy for otNcpLegacyHandlers
Auto Trait Implementations§
impl Freeze for otNcpLegacyHandlers
impl RefUnwindSafe for otNcpLegacyHandlers
impl Send for otNcpLegacyHandlers
impl Sync for otNcpLegacyHandlers
impl Unpin for otNcpLegacyHandlers
impl UnwindSafe for otNcpLegacyHandlers
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