#[repr(C)]pub union RendererClearValueTColorBindgenTy1 {
pub float32: [f32; 4],
pub int32: [i32; 4],
pub uint32: [u32; 4],
}Fields§
§float32: [f32; 4]§int32: [i32; 4]§uint32: [u32; 4]Trait Implementations§
Source§impl Clone for RendererClearValueTColorBindgenTy1
impl Clone for RendererClearValueTColorBindgenTy1
Source§fn clone(&self) -> RendererClearValueTColorBindgenTy1
fn clone(&self) -> RendererClearValueTColorBindgenTy1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RendererClearValueTColorBindgenTy1
Auto Trait Implementations§
impl Freeze for RendererClearValueTColorBindgenTy1
impl RefUnwindSafe for RendererClearValueTColorBindgenTy1
impl Send for RendererClearValueTColorBindgenTy1
impl Sync for RendererClearValueTColorBindgenTy1
impl Unpin for RendererClearValueTColorBindgenTy1
impl UnwindSafe for RendererClearValueTColorBindgenTy1
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