pub struct CharacteristicPropertiesHandle(/* private fields */);
Expand description
Attribute handle for a characteristic’s properties
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharacteristicPropertiesHandle
impl RefUnwindSafe for CharacteristicPropertiesHandle
impl Send for CharacteristicPropertiesHandle
impl Sync for CharacteristicPropertiesHandle
impl Unpin for CharacteristicPropertiesHandle
impl UnwindSafe for CharacteristicPropertiesHandle
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