pub struct CompanyId(/* private fields */);
Expand description
A Bluetooth Company ID, which is assigned by the Bluetotoh SIG. Company identifiers are unique numbers assigned by the Bluetooth SIG to member companies requesting one. Referenced in the Bluetooth Core Spec in many commands and formats. See the Assigned Number Document for a reference.
Implementations§
Trait Implementations§
impl Copy for CompanyId
impl Eq for CompanyId
impl StructuralPartialEq for CompanyId
Auto Trait Implementations§
impl Freeze for CompanyId
impl RefUnwindSafe for CompanyId
impl Send for CompanyId
impl Sync for CompanyId
impl Unpin for CompanyId
impl UnwindSafe for CompanyId
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