Struct glin::query::TimeStamp[][src]

pub struct TimeStamp { /* fields omitted */ }

Counter query for a timestamp

It uses glQueryCounter to take an absolute timestamp

Implementations

impl TimeStamp[src]

pub fn count(&mut self)[src]

pub fn is_result_available(&self) -> bool[src]

pub fn result(&self) -> Option<Duration>[src]

pub unsafe fn result_unchecked(&self) -> u64[src]

Trait Implementations

impl PartialEq<TimeStamp> for TimeStamp[src]

impl Eq for TimeStamp[src]

impl StructuralEq for TimeStamp[src]

impl StructuralPartialEq for TimeStamp[src]

Auto Trait Implementations

impl !RefUnwindSafe for TimeStamp

impl !Send for TimeStamp

impl !Sync for TimeStamp

impl Unpin for TimeStamp

impl !UnwindSafe for TimeStamp

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.