#[repr(C)]
pub struct BassInfo {
Show 14 fields pub flags: DWORD, pub size_of_hardware_memory: DWORD, pub size_of_free_hardware_memory: DWORD, pub free_samples: DWORD, pub free_3d_sample_slots: DWORD, pub minimum_sample_rate: DWORD, pub maxiumum_sample_rate: DWORD, pub eax_support: BOOL, pub minimum_buffer_length: DWORD, pub direct_sound_version: DWORD, pub latency: DWORD, pub init_flags: DWORD, pub speakers: DWORD, pub output_frequency: DWORD,
}

Fields

flags: DWORDsize_of_hardware_memory: DWORDsize_of_free_hardware_memory: DWORDfree_samples: DWORDfree_3d_sample_slots: DWORDminimum_sample_rate: DWORDmaxiumum_sample_rate: DWORDeax_support: BOOLminimum_buffer_length: DWORDdirect_sound_version: DWORDlatency: DWORDinit_flags: DWORDspeakers: DWORDoutput_frequency: DWORD

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.