#[repr(C, packed)]pub struct adv_set {
pub adv_handle: u8,
pub duration: u16,
pub max_events: u8,
}
Fields§
§adv_handle: u8
§duration: u16
§max_events: u8
Trait Implementations§
impl Copy for adv_set
Auto Trait Implementations§
impl RefUnwindSafe for adv_set
impl Send for adv_set
impl Sync for adv_set
impl Unpin for adv_set
impl UnwindSafe for adv_set
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