Struct bitcoin_qt::TrafficGraphWidget
source · pub struct TrafficGraphWidget { /* private fields */ }
Implementations§
source§impl TrafficGraphWidget
impl TrafficGraphWidget
pub fn new(parent: *mut u32) -> Self
pub fn set_client_model(&mut self, model: *mut ClientModel)
pub fn get_graph_range_mins(&self) -> i32
pub fn paint_path(&mut self, path: &mut u32, samples: &mut QQueue<f32>)
pub fn paint_event(&mut self, _0: *mut u32)
pub fn update_rates(&mut self)
pub fn set_graph_range_mins(&mut self, mins: i32)
pub fn clear(&mut self)
Auto Trait Implementations§
impl !RefUnwindSafe for TrafficGraphWidget
impl !Send for TrafficGraphWidget
impl !Sync for TrafficGraphWidget
impl Unpin for TrafficGraphWidget
impl !UnwindSafe for TrafficGraphWidget
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