#[repr(C)]pub struct xcb_rgb_t {
pub red: u16,
pub green: u16,
pub blue: u16,
pub pad0: [u8; 2],
}Fields§
§red: u16§green: u16§blue: u16§pad0: [u8; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for xcb_rgb_t
impl RefUnwindSafe for xcb_rgb_t
impl Send for xcb_rgb_t
impl Sync for xcb_rgb_t
impl Unpin for xcb_rgb_t
impl UnwindSafe for xcb_rgb_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