[][src]Struct transmission_sys::tr_tracker_stat

#[repr(C)]
pub struct tr_tracker_stat { pub downloadCount: c_int, pub hasAnnounced: bool, pub hasScraped: bool, pub host: [c_char; 1024], pub announce: [c_char; 1024], pub scrape: [c_char; 1024], pub isBackup: bool, pub announceState: tr_tracker_state, pub scrapeState: tr_tracker_state, pub lastAnnouncePeerCount: c_int, pub lastAnnounceResult: [c_char; 128], pub lastAnnounceStartTime: time_t, pub lastAnnounceSucceeded: bool, pub lastAnnounceTimedOut: bool, pub lastAnnounceTime: time_t, pub lastScrapeResult: [c_char; 128], pub lastScrapeStartTime: time_t, pub lastScrapeSucceeded: bool, pub lastScrapeTimedOut: bool, pub lastScrapeTime: time_t, pub leecherCount: c_int, pub nextAnnounceTime: time_t, pub nextScrapeTime: time_t, pub seederCount: c_int, pub tier: c_int, pub id: u32, }

Fields

downloadCount: c_inthasAnnounced: boolhasScraped: boolhost: [c_char; 1024]announce: [c_char; 1024]scrape: [c_char; 1024]isBackup: boolannounceState: tr_tracker_statescrapeState: tr_tracker_statelastAnnouncePeerCount: c_intlastAnnounceResult: [c_char; 128]lastAnnounceStartTime: time_tlastAnnounceSucceeded: boollastAnnounceTimedOut: boollastAnnounceTime: time_tlastScrapeResult: [c_char; 128]lastScrapeStartTime: time_tlastScrapeSucceeded: boollastScrapeTimedOut: boollastScrapeTime: time_tleecherCount: c_intnextAnnounceTime: time_tnextScrapeTime: time_tseederCount: c_inttier: c_intid: u32

Trait Implementations

impl Copy for tr_tracker_stat[src]

impl Clone for tr_tracker_stat[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]