pub struct Xbgr(/* private fields */);Available on crate feature
rgb only.Expand description
Zero‑sized marker for the packed XBGR (a.k.a. 0bgr) source
format.
Implementations§
Trait Implementations§
impl Copy for Xbgr
impl Eq for Xbgr
impl SourceFormat for Xbgr
impl StructuralPartialEq for Xbgr
Auto Trait Implementations§
impl Freeze for Xbgr
impl RefUnwindSafe for Xbgr
impl Send for Xbgr
impl Sync for Xbgr
impl Unpin for Xbgr
impl UnsafeUnpin for Xbgr
impl UnwindSafe for Xbgr
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