pub struct OrgBluezLEAdvertisingManager1Properties<'a>(pub &'a PropMap);Tuple Fields§
§0: &'a PropMapImplementations§
Source§impl<'a> OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> OrgBluezLEAdvertisingManager1Properties<'a>
pub fn from_interfaces(interfaces: &'a HashMap<String, PropMap>) -> Option<Self>
pub fn active_instances(&self) -> Option<u8>
pub fn supported_instances(&self) -> Option<u8>
pub fn supported_includes(&self) -> Option<&Vec<String>>
pub fn supported_secondary_channels(&self) -> Option<&Vec<String>>
Trait Implementations§
Source§impl<'a> Clone for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> Clone for OrgBluezLEAdvertisingManager1Properties<'a>
Source§fn clone(&self) -> OrgBluezLEAdvertisingManager1Properties<'a>
fn clone(&self) -> OrgBluezLEAdvertisingManager1Properties<'a>
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<'a> Debug for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> Debug for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> Copy for OrgBluezLEAdvertisingManager1Properties<'a>
Auto Trait Implementations§
impl<'a> Freeze for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> !RefUnwindSafe for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> Send for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> Sync for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> Unpin for OrgBluezLEAdvertisingManager1Properties<'a>
impl<'a> !UnwindSafe for OrgBluezLEAdvertisingManager1Properties<'a>
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