Type Alias x11rb::protocol::sync::Counter

source ·
pub type Counter = u32;

Trait Implementations§

source§

impl<C: RequestConnection> From<&CounterWrapper<C>> for Counter

source§

fn from(from: &CounterWrapper<C>) -> Self

Converts to this type from the input type.