pub struct MCUmgrParameters;Expand description
MCUmgr Parameters command
Trait Implementations§
Source§impl Debug for MCUmgrParameters
impl Debug for MCUmgrParameters
Source§impl McuMgrCommand for MCUmgrParameters
impl McuMgrCommand for MCUmgrParameters
Source§type Payload = MCUmgrParameters
type Payload = MCUmgrParameters
the data payload type
Source§type Response = MCUmgrParametersResponse
type Response = MCUmgrParametersResponse
the response type of the command
Source§fn is_write_operation(&self) -> bool
fn is_write_operation(&self) -> bool
whether this command is a read or write operation
Source§fn command_id(&self) -> u8
fn command_id(&self) -> u8
the command ID
Source§impl PartialEq for MCUmgrParameters
impl PartialEq for MCUmgrParameters
Source§impl Serialize for MCUmgrParameters
impl Serialize for MCUmgrParameters
impl Eq for MCUmgrParameters
impl StructuralPartialEq for MCUmgrParameters
Auto Trait Implementations§
impl Freeze for MCUmgrParameters
impl RefUnwindSafe for MCUmgrParameters
impl Send for MCUmgrParameters
impl Sync for MCUmgrParameters
impl Unpin for MCUmgrParameters
impl UnwindSafe for MCUmgrParameters
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