[][src]Struct wnck_sys::WnckResourceUsage

#[repr(C)]
pub struct WnckResourceUsage { pub total_bytes_estimate: c_ulong, pub pixmap_bytes: c_ulong, pub n_pixmaps: c_uint, pub n_windows: c_uint, pub n_gcs: c_uint, pub n_pictures: c_uint, pub n_glyphsets: c_uint, pub n_fonts: c_uint, pub n_colormap_entries: c_uint, pub n_passive_grabs: c_uint, pub n_cursors: c_uint, pub n_other: c_uint, pub pad1: c_uint, pub pad2: c_uint, pub pad3: c_uint, pub pad4: c_uint, pub pad5: c_uint, pub pad6: c_uint, pub pad7: c_uint, pub pad8: c_uint, pub pad9: c_uint, }

Fields

total_bytes_estimate: c_ulongpixmap_bytes: c_ulongn_pixmaps: c_uintn_windows: c_uintn_gcs: c_uintn_pictures: c_uintn_glyphsets: c_uintn_fonts: c_uintn_colormap_entries: c_uintn_passive_grabs: c_uintn_cursors: c_uintn_other: c_uintpad1: c_uintpad2: c_uintpad3: c_uintpad4: c_uintpad5: c_uintpad6: c_uintpad7: c_uintpad8: c_uintpad9: c_uint

Trait Implementations

impl Copy for WnckResourceUsage[src]

impl Clone for WnckResourceUsage[src]

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

Performs copy-assignment from source. Read more

impl Debug for WnckResourceUsage[src]

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]