pub struct GetDeviceFlagReply { /* private fields */ }
Expand description
Reply for GetDeviceFlag
Implementations§
Source§impl GetDeviceFlagReply
impl GetDeviceFlagReply
pub fn addrss(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn supported_flags(&self) -> &DeviceFlags
pub fn current_flags(&self) -> &DeviceFlags
Trait Implementations§
Source§impl Debug for GetDeviceFlagReply
impl Debug for GetDeviceFlagReply
Auto Trait Implementations§
impl Freeze for GetDeviceFlagReply
impl RefUnwindSafe for GetDeviceFlagReply
impl Send for GetDeviceFlagReply
impl Sync for GetDeviceFlagReply
impl Unpin for GetDeviceFlagReply
impl UnwindSafe for GetDeviceFlagReply
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