#[repr(C)]pub struct SDL_Color {
pub r: uint8_t,
pub g: uint8_t,
pub b: uint8_t,
pub unused: uint8_t,
}
Fields§
§r: uint8_t
§g: uint8_t
§b: uint8_t
§unused: uint8_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDL_Color
impl RefUnwindSafe for SDL_Color
impl Send for SDL_Color
impl Sync for SDL_Color
impl Unpin for SDL_Color
impl UnwindSafe for SDL_Color
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