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