pub struct GetDeviceFlag { /* private fields */ }
Expand description
Get Device Flags Command
Implementations§
Source§impl GetDeviceFlag
impl GetDeviceFlag
Sourcepub fn new(addrss: Address, address_type: AddressType) -> Self
pub fn new(addrss: Address, address_type: AddressType) -> Self
Constructs a new GetDeviceFlag
.
Trait Implementations§
Source§impl CommandRequest for GetDeviceFlag
impl CommandRequest for GetDeviceFlag
Source§const CODE: CommandCode = CommandCode::GetDeviceFlag
const CODE: CommandCode = CommandCode::GetDeviceFlag
Command code.
Source§type Reply = GetDeviceFlagReply
type Reply = GetDeviceFlagReply
Return type for this command.
Source§impl Debug for GetDeviceFlag
impl Debug for GetDeviceFlag
Source§impl From<GetDeviceFlag> for Command
impl From<GetDeviceFlag> for Command
Source§fn from(v: GetDeviceFlag) -> Self
fn from(v: GetDeviceFlag) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetDeviceFlag
impl RefUnwindSafe for GetDeviceFlag
impl Send for GetDeviceFlag
impl Sync for GetDeviceFlag
impl Unpin for GetDeviceFlag
impl UnwindSafe for GetDeviceFlag
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