#[repr(C)]pub struct csc_coe_t {
pub r_v: i16,
pub g_y: i16,
pub b_u: i16,
pub off: i32,
}Fields§
§r_v: i16§g_y: i16§b_u: i16§off: i32Trait Implementations§
impl Copy for csc_coe_t
impl Eq for csc_coe_t
impl StructuralPartialEq for csc_coe_t
Auto Trait Implementations§
impl Freeze for csc_coe_t
impl RefUnwindSafe for csc_coe_t
impl Send for csc_coe_t
impl Sync for csc_coe_t
impl Unpin for csc_coe_t
impl UnwindSafe for csc_coe_t
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