#[repr(C)]pub struct BLRgba32 {
pub __bindgen_anon_1: BLRgba32__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: BLRgba32__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLRgba32
impl RefUnwindSafe for BLRgba32
impl Send for BLRgba32
impl Sync for BLRgba32
impl Unpin for BLRgba32
impl UnwindSafe for BLRgba32
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