#[repr(C)]pub struct CMVideoCardGammaTable {
pub channels: UInt16,
pub entryCount: UInt16,
pub entrySize: UInt16,
pub data: [c_char; 1],
}Expand description
Apple SDK struct CMVideoCardGammaTable.
Fields§
§channels: UInt16§entryCount: UInt16§entrySize: UInt16§data: [c_char; 1]Trait Implementations§
Source§impl Clone for CMVideoCardGammaTable
impl Clone for CMVideoCardGammaTable
Source§fn clone(&self) -> CMVideoCardGammaTable
fn clone(&self) -> CMVideoCardGammaTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CMVideoCardGammaTable
impl Debug for CMVideoCardGammaTable
impl Copy for CMVideoCardGammaTable
Auto Trait Implementations§
impl Freeze for CMVideoCardGammaTable
impl RefUnwindSafe for CMVideoCardGammaTable
impl Send for CMVideoCardGammaTable
impl Sync for CMVideoCardGammaTable
impl Unpin for CMVideoCardGammaTable
impl UnsafeUnpin for CMVideoCardGammaTable
impl UnwindSafe for CMVideoCardGammaTable
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