pub struct PowerInformationRequest {}Expand description
Requests the power mode status of a DoIP Entity.
Trait Implementations§
Source§impl Clone for PowerInformationRequest
impl Clone for PowerInformationRequest
Source§fn clone(&self) -> PowerInformationRequest
fn clone(&self) -> PowerInformationRequest
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 Debug for PowerInformationRequest
impl Debug for PowerInformationRequest
Source§impl From<&[u8]> for PowerInformationRequest
impl From<&[u8]> for PowerInformationRequest
Source§impl From<PowerInformationRequest> for [u8; 0]
impl From<PowerInformationRequest> for [u8; 0]
Source§fn from(_: PowerInformationRequest) -> Self
fn from(_: PowerInformationRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PowerInformationRequest
impl PartialEq for PowerInformationRequest
impl Copy for PowerInformationRequest
impl StructuralPartialEq for PowerInformationRequest
Auto Trait Implementations§
impl Freeze for PowerInformationRequest
impl RefUnwindSafe for PowerInformationRequest
impl Send for PowerInformationRequest
impl Sync for PowerInformationRequest
impl Unpin for PowerInformationRequest
impl UnsafeUnpin for PowerInformationRequest
impl UnwindSafe for PowerInformationRequest
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