pub struct PowerRail(/* private fields */);Expand description
A descriptive power rail label such as VCC, 3V3, or VIN.
Implementations§
Trait Implementations§
Source§impl Ord for PowerRail
impl Ord for PowerRail
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 PowerRail
impl PartialOrd for PowerRail
impl Eq for PowerRail
impl StructuralPartialEq for PowerRail
Auto Trait Implementations§
impl Freeze for PowerRail
impl RefUnwindSafe for PowerRail
impl Send for PowerRail
impl Sync for PowerRail
impl Unpin for PowerRail
impl UnsafeUnpin for PowerRail
impl UnwindSafe for PowerRail
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