pub struct OrgBluezDevice1Properties<'a>(pub &'a PropMap);Tuple Fields§
§0: &'a PropMapImplementations§
Source§impl<'a> OrgBluezDevice1Properties<'a>
impl<'a> OrgBluezDevice1Properties<'a>
pub fn from_interfaces(interfaces: &'a HashMap<String, PropMap>) -> Option<Self>
pub fn address(&self) -> Option<&String>
pub fn address_type(&self) -> Option<&String>
pub fn name(&self) -> Option<&String>
pub fn alias(&self) -> Option<&String>
pub fn class(&self) -> Option<u32>
pub fn appearance(&self) -> Option<u16>
pub fn icon(&self) -> Option<&String>
pub fn paired(&self) -> Option<bool>
pub fn bonded(&self) -> Option<bool>
pub fn trusted(&self) -> Option<bool>
pub fn blocked(&self) -> Option<bool>
pub fn legacy_pairing(&self) -> Option<bool>
pub fn rssi(&self) -> Option<i16>
pub fn connected(&self) -> Option<bool>
pub fn uuids(&self) -> Option<&Vec<String>>
pub fn modalias(&self) -> Option<&String>
pub fn adapter(&self) -> Option<&Path<'static>>
pub fn manufacturer_data( &self, ) -> Option<&HashMap<u16, Variant<Box<dyn RefArg + 'static>>>>
pub fn service_data(&self) -> Option<&PropMap>
pub fn tx_power(&self) -> Option<i16>
pub fn services_resolved(&self) -> Option<bool>
pub fn wake_allowed(&self) -> Option<bool>
Trait Implementations§
Source§impl<'a> Clone for OrgBluezDevice1Properties<'a>
impl<'a> Clone for OrgBluezDevice1Properties<'a>
Source§fn clone(&self) -> OrgBluezDevice1Properties<'a>
fn clone(&self) -> OrgBluezDevice1Properties<'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 OrgBluezDevice1Properties<'a>
impl<'a> Debug for OrgBluezDevice1Properties<'a>
impl<'a> Copy for OrgBluezDevice1Properties<'a>
Auto Trait Implementations§
impl<'a> Freeze for OrgBluezDevice1Properties<'a>
impl<'a> !RefUnwindSafe for OrgBluezDevice1Properties<'a>
impl<'a> Send for OrgBluezDevice1Properties<'a>
impl<'a> Sync for OrgBluezDevice1Properties<'a>
impl<'a> Unpin for OrgBluezDevice1Properties<'a>
impl<'a> !UnwindSafe for OrgBluezDevice1Properties<'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