pub struct DeleteDeviceNotificationRequest {
pub handle: u32,
pub command_id: CommandID,
}Expand description
ADS read device info request
Fields§
§handle: u32§command_id: CommandIDImplementations§
Trait Implementations§
Source§impl Clone for DeleteDeviceNotificationRequest
impl Clone for DeleteDeviceNotificationRequest
Source§fn clone(&self) -> DeleteDeviceNotificationRequest
fn clone(&self) -> DeleteDeviceNotificationRequest
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 From<DeleteDeviceNotificationRequest> for Request
impl From<DeleteDeviceNotificationRequest> for Request
Source§fn from(request: DeleteDeviceNotificationRequest) -> Self
fn from(request: DeleteDeviceNotificationRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeleteDeviceNotificationRequest
impl PartialEq for DeleteDeviceNotificationRequest
Source§fn eq(&self, other: &DeleteDeviceNotificationRequest) -> bool
fn eq(&self, other: &DeleteDeviceNotificationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryInto<DeleteDeviceNotificationRequest> for Request
impl TryInto<DeleteDeviceNotificationRequest> for Request
Source§type Error = TryIntoError
type Error = TryIntoError
The type returned in the event of a conversion error.
impl Eq for DeleteDeviceNotificationRequest
impl StructuralPartialEq for DeleteDeviceNotificationRequest
Auto Trait Implementations§
impl Freeze for DeleteDeviceNotificationRequest
impl RefUnwindSafe for DeleteDeviceNotificationRequest
impl Send for DeleteDeviceNotificationRequest
impl Sync for DeleteDeviceNotificationRequest
impl Unpin for DeleteDeviceNotificationRequest
impl UnwindSafe for DeleteDeviceNotificationRequest
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