pub struct OwnedReportServerIdResponse {
pub byte_count: u8,
pub data: Bytes,
}Expand description
Owned variant of ReportServerIdResponse (FC 0x11).
Fields§
§byte_count: u8Number of data bytes that follow.
data: BytesDevice-specific identification data.
Implementations§
Trait Implementations§
Source§impl Clone for OwnedReportServerIdResponse
impl Clone for OwnedReportServerIdResponse
Source§fn clone(&self) -> OwnedReportServerIdResponse
fn clone(&self) -> OwnedReportServerIdResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for OwnedReportServerIdResponse
impl RefUnwindSafe for OwnedReportServerIdResponse
impl Send for OwnedReportServerIdResponse
impl Sync for OwnedReportServerIdResponse
impl Unpin for OwnedReportServerIdResponse
impl UnsafeUnpin for OwnedReportServerIdResponse
impl UnwindSafe for OwnedReportServerIdResponse
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