Struct bitcoin_qt::CoinControlWidgetItem
source · pub struct CoinControlWidgetItem { /* private fields */ }
Implementations§
Trait Implementations§
source§impl PartialEq<u32> for CoinControlWidgetItem
impl PartialEq<u32> for CoinControlWidgetItem
source§impl PartialOrd<u32> for CoinControlWidgetItem
impl PartialOrd<u32> for CoinControlWidgetItem
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreAuto Trait Implementations§
impl RefUnwindSafe for CoinControlWidgetItem
impl Send for CoinControlWidgetItem
impl Sync for CoinControlWidgetItem
impl Unpin for CoinControlWidgetItem
impl UnwindSafe for CoinControlWidgetItem
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more