pub struct OpcodeGroup(/* private fields */);
Expand description
The 6-bit Opcode Group Field (OGF)
See Bluetooth Core Specification Vol 4, Part E, §5.4.1
Implementations§
Source§impl OpcodeGroup
impl OpcodeGroup
Sourcepub const LINK_CONTROL: OpcodeGroup
pub const LINK_CONTROL: OpcodeGroup
Link Control commands 📖
Sourcepub const LINK_POLICY: OpcodeGroup
pub const LINK_POLICY: OpcodeGroup
Link Policy commands 📖
Sourcepub const CONTROL_BASEBAND: OpcodeGroup
pub const CONTROL_BASEBAND: OpcodeGroup
Controller & Baseband commands 📖
Sourcepub const INFO_PARAMS: OpcodeGroup
pub const INFO_PARAMS: OpcodeGroup
Informational parameters 📖
Sourcepub const STATUS_PARAMS: OpcodeGroup
pub const STATUS_PARAMS: OpcodeGroup
Status parameters 📖
Sourcepub const TESTING: OpcodeGroup
pub const TESTING: OpcodeGroup
Testing commands 📖
Sourcepub const LE: OpcodeGroup
pub const LE: OpcodeGroup
LE Controller commands 📖
Sourcepub const VENDOR_SPECIFIC: OpcodeGroup
pub const VENDOR_SPECIFIC: OpcodeGroup
Vendor Specific Debug commands
Trait Implementations§
Source§impl Clone for OpcodeGroup
impl Clone for OpcodeGroup
Source§fn clone(&self) -> OpcodeGroup
fn clone(&self) -> OpcodeGroup
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 OpcodeGroup
impl Debug for OpcodeGroup
Source§impl Default for OpcodeGroup
impl Default for OpcodeGroup
Source§fn default() -> OpcodeGroup
fn default() -> OpcodeGroup
Returns the “default value” for a type. Read more
Source§impl Hash for OpcodeGroup
impl Hash for OpcodeGroup
Source§impl Ord for OpcodeGroup
impl Ord for OpcodeGroup
Source§fn cmp(&self, other: &OpcodeGroup) -> Ordering
fn cmp(&self, other: &OpcodeGroup) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OpcodeGroup
impl PartialEq for OpcodeGroup
Source§impl PartialOrd for OpcodeGroup
impl PartialOrd for OpcodeGroup
impl Copy for OpcodeGroup
impl Eq for OpcodeGroup
impl StructuralPartialEq for OpcodeGroup
Auto Trait Implementations§
impl Freeze for OpcodeGroup
impl RefUnwindSafe for OpcodeGroup
impl Send for OpcodeGroup
impl Sync for OpcodeGroup
impl Unpin for OpcodeGroup
impl UnwindSafe for OpcodeGroup
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