[][src]Struct lasy::stream::raw::Buffer

pub struct Buffer { /* fields omitted */ }

A buffer of laser points yielded by either a raw or frame stream source function.

Methods

impl Buffer[src]

pub fn point_hz(&self) -> u32[src]

The rate at which these points will be emitted by the DAC.

pub fn latency_points(&self) -> u32[src]

The maximum number of points with which to fill the DAC's buffer.

Trait Implementations

impl Debug for Buffer[src]

impl DerefMut for Buffer[src]

impl Deref for Buffer[src]

type Target = [Point]

The resulting type after dereferencing.

Auto Trait Implementations

impl Send for Buffer

impl Sync for Buffer

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<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> Any for T where
    T: 'static + ?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.