pub struct PowerManagementInterface {
pub capabilities: Capabilities,
pub control: Control,
pub bridge: Bridge,
pub data: u8,
}
Fields§
§capabilities: Capabilities
§control: Control
§bridge: Bridge
§data: u8
Implementations§
Trait Implementations§
Source§impl Clone for PowerManagementInterface
impl Clone for PowerManagementInterface
Source§fn clone(&self) -> PowerManagementInterface
fn clone(&self) -> PowerManagementInterface
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 PowerManagementInterface
impl Debug for PowerManagementInterface
Source§impl PartialEq for PowerManagementInterface
impl PartialEq for PowerManagementInterface
Source§impl TryFrom<&[u8]> for PowerManagementInterface
impl TryFrom<&[u8]> for PowerManagementInterface
impl Eq for PowerManagementInterface
impl StructuralPartialEq for PowerManagementInterface
Auto Trait Implementations§
impl Freeze for PowerManagementInterface
impl RefUnwindSafe for PowerManagementInterface
impl Send for PowerManagementInterface
impl Sync for PowerManagementInterface
impl Unpin for PowerManagementInterface
impl UnwindSafe for PowerManagementInterface
Blanket Implementations§
Source§impl<T> AsPrimitive<()> for T
impl<T> AsPrimitive<()> for T
fn as_primitive(self)
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