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