pub struct OwnedEncapsulatedInterfaceResponse {
pub mei_type: MeiType,
pub data: Bytes,
}Expand description
Owned variant of EncapsulatedInterfaceResponse (FC 0x2B).
Fields§
§mei_type: MeiTypeThe MEI type code.
data: BytesMEI-specific data bytes.
Implementations§
Trait Implementations§
Source§impl Clone for OwnedEncapsulatedInterfaceResponse
impl Clone for OwnedEncapsulatedInterfaceResponse
Source§fn clone(&self) -> OwnedEncapsulatedInterfaceResponse
fn clone(&self) -> OwnedEncapsulatedInterfaceResponse
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 OwnedEncapsulatedInterfaceResponse
impl RefUnwindSafe for OwnedEncapsulatedInterfaceResponse
impl Send for OwnedEncapsulatedInterfaceResponse
impl Sync for OwnedEncapsulatedInterfaceResponse
impl Unpin for OwnedEncapsulatedInterfaceResponse
impl UnsafeUnpin for OwnedEncapsulatedInterfaceResponse
impl UnwindSafe for OwnedEncapsulatedInterfaceResponse
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