#[repr(C)]pub struct optical_raw_s_t {
pub clear: u32,
pub red: u32,
pub green: u32,
pub blue: u32,
}Fields§
§clear: u32§red: u32§green: u32§blue: u32Auto Trait Implementations§
impl Freeze for optical_raw_s_t
impl RefUnwindSafe for optical_raw_s_t
impl Send for optical_raw_s_t
impl Sync for optical_raw_s_t
impl Unpin for optical_raw_s_t
impl UnwindSafe for optical_raw_s_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