#[repr(u16)]pub enum MCUmgrGroup {
Show 13 variants
MGMT_GROUP_ID_OS = 0,
MGMT_GROUP_ID_IMAGE = 1,
MGMT_GROUP_ID_STAT = 2,
MGMT_GROUP_ID_SETTINGS = 3,
MGMT_GROUP_ID_LOG = 4,
MGMT_GROUP_ID_CRASH = 5,
MGMT_GROUP_ID_SPLIT = 6,
MGMT_GROUP_ID_RUN = 7,
MGMT_GROUP_ID_FS = 8,
MGMT_GROUP_ID_SHELL = 9,
MGMT_GROUP_ID_ENUM = 10,
ZEPHYR_MGMT_GRP_BASIC = 63,
MGMT_GROUP_ID_PERUSER = 64,
}Expand description
See enum mcumgr_group_t.
Variants§
MGMT_GROUP_ID_OS = 0
MGMT_GROUP_ID_IMAGE = 1
MGMT_GROUP_ID_STAT = 2
MGMT_GROUP_ID_SETTINGS = 3
MGMT_GROUP_ID_LOG = 4
MGMT_GROUP_ID_CRASH = 5
MGMT_GROUP_ID_SPLIT = 6
MGMT_GROUP_ID_RUN = 7
MGMT_GROUP_ID_FS = 8
MGMT_GROUP_ID_SHELL = 9
MGMT_GROUP_ID_ENUM = 10
ZEPHYR_MGMT_GRP_BASIC = 63
MGMT_GROUP_ID_PERUSER = 64
Implementations§
Source§impl MCUmgrGroup
impl MCUmgrGroup
Source§impl MCUmgrGroup
impl MCUmgrGroup
Sourcepub fn group_id_to_string(group_id: u16) -> String
pub fn group_id_to_string(group_id: u16) -> String
Converts a raw group id to a string
Trait Implementations§
Source§impl Clone for MCUmgrGroup
impl Clone for MCUmgrGroup
Source§fn clone(&self) -> MCUmgrGroup
fn clone(&self) -> MCUmgrGroup
Returns a duplicate 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 MCUmgrGroup
impl Debug for MCUmgrGroup
Source§impl Display for MCUmgrGroup
impl Display for MCUmgrGroup
Source§impl PartialEq for MCUmgrGroup
impl PartialEq for MCUmgrGroup
impl Copy for MCUmgrGroup
impl Eq for MCUmgrGroup
impl StructuralPartialEq for MCUmgrGroup
Auto Trait Implementations§
impl Freeze for MCUmgrGroup
impl RefUnwindSafe for MCUmgrGroup
impl Send for MCUmgrGroup
impl Sync for MCUmgrGroup
impl Unpin for MCUmgrGroup
impl UnwindSafe for MCUmgrGroup
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