#[repr(C)]pub struct FuriHalBleProfileBase {
pub config: *const FuriHalBleProfileTemplate,
}Fields§
§config: *const FuriHalBleProfileTemplateTrait Implementations§
Source§impl Clone for FuriHalBleProfileBase
impl Clone for FuriHalBleProfileBase
Source§fn clone(&self) -> FuriHalBleProfileBase
fn clone(&self) -> FuriHalBleProfileBase
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 FuriHalBleProfileBase
impl Debug for FuriHalBleProfileBase
impl Copy for FuriHalBleProfileBase
Auto Trait Implementations§
impl Freeze for FuriHalBleProfileBase
impl RefUnwindSafe for FuriHalBleProfileBase
impl !Send for FuriHalBleProfileBase
impl !Sync for FuriHalBleProfileBase
impl Unpin for FuriHalBleProfileBase
impl UnwindSafe for FuriHalBleProfileBase
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