pub struct Domain {
pub id: Option<u32>,
}Expand description
Information related to a power domain.
Fields§
§id: Option<u32>Trait Implementations§
Source§impl<'a, ___E> Encode<Domain<'static>, ___E> for &'a Domainwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<Domain<'static>, ___E> for &'a Domainwhere
___E: Encoder + ?Sized,
Source§impl<___E> Encode<Domain<'static>, ___E> for Domainwhere
___E: Encoder + ?Sized,
impl<___E> Encode<Domain<'static>, ___E> for Domainwhere
___E: Encoder + ?Sized,
Source§impl<'de> FromWireRef<Domain<'de>> for Domain
impl<'de> FromWireRef<Domain<'de>> for Domain
Source§fn from_wire_ref(wire: &Domain<'de>) -> Self
fn from_wire_ref(wire: &Domain<'de>) -> Self
Converts the given reference to this type.
Source§impl Ord for Domain
impl Ord for Domain
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Domain
impl PartialOrd for Domain
impl Copy for Domain
impl Eq for Domain
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnsafeUnpin for Domain
impl UnwindSafe for Domain
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]