[][src]Struct hl_capture::hooks::hw::dma_t

#[repr(C)]
struct dma_t {
    gamealive: c_int,
    soundalive: c_int,
    splitbuffer: c_int,
    channels: c_int,
    samples: c_int,
    submission_chunk: c_int,
    samplepos: c_int,
    samplebits: c_int,
    speed: c_int,
    dmaspeed: c_int,
    buffer: *mut c_uchar,
}

Fields

gamealive: c_intsoundalive: c_intsplitbuffer: c_intchannels: c_intsamples: c_intsubmission_chunk: c_intsamplepos: c_intsamplebits: c_intspeed: c_intdmaspeed: c_intbuffer: *mut c_uchar

Auto Trait Implementations

impl Unpin for dma_t

impl !Sync for dma_t

impl !Send for dma_t

impl RefUnwindSafe for dma_t

impl UnwindSafe for dma_t

Blanket Implementations

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

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

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.

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

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

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