pub struct ColorBGRA { /* private fields */ }Expand description
Color stored as BGRA (4 bytes)
Blue-green-red-alpha byte order, matching the M3 on-disk format.
Implementations§
Trait Implementations§
impl Send for ColorBGRA
Auto Trait Implementations§
impl !Sync for ColorBGRA
impl Freeze for ColorBGRA
impl RefUnwindSafe for ColorBGRA
impl Unpin for ColorBGRA
impl UnsafeUnpin for ColorBGRA
impl UnwindSafe for ColorBGRA
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