#[repr(C)]pub struct _fc2LUTData {
pub supported: BOOL,
pub enabled: BOOL,
pub numBanks: c_uint,
pub numChannels: c_uint,
pub inputBitDepth: c_uint,
pub outputBitDepth: c_uint,
pub numEntries: c_uint,
pub reserved: [c_uint; 8],
}Fields§
§supported: BOOL§enabled: BOOL§numBanks: c_uint§numChannels: c_uint§inputBitDepth: c_uint§outputBitDepth: c_uint§numEntries: c_uint§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2LUTData
impl Clone for _fc2LUTData
Source§fn clone(&self) -> _fc2LUTData
fn clone(&self) -> _fc2LUTData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _fc2LUTData
impl Debug for _fc2LUTData
Source§impl Default for _fc2LUTData
impl Default for _fc2LUTData
impl Copy for _fc2LUTData
Auto Trait Implementations§
impl Freeze for _fc2LUTData
impl RefUnwindSafe for _fc2LUTData
impl Send for _fc2LUTData
impl Sync for _fc2LUTData
impl Unpin for _fc2LUTData
impl UnwindSafe for _fc2LUTData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more