#[repr(u8)]pub enum Ogf {
LinkControl = 1,
LinkPolicy = 2,
ControllerBaseband = 3,
Informational = 4,
StatusParameters = 5,
LeController = 8,
}Expand description
OpCode Group Field values
Variants§
LinkControl = 1
Link Control commands (connection management)
LinkPolicy = 2
Link Policy commands
ControllerBaseband = 3
Controller & Baseband commands (configuration)
Informational = 4
Informational parameters (read-only queries)
StatusParameters = 5
Status parameters
LeController = 8
LE Controller commands
Trait Implementations§
impl Copy for Ogf
impl Eq for Ogf
impl StructuralPartialEq for Ogf
Auto Trait Implementations§
impl Freeze for Ogf
impl RefUnwindSafe for Ogf
impl Send for Ogf
impl Sync for Ogf
impl Unpin for Ogf
impl UnwindSafe for Ogf
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)