pub struct Gray14<const BE: bool = false>(/* private fields */);Available on crate feature
gray only.Expand description
Marker type for the Gray14 source format (14-bit low-packed u16).
<const BE: bool> defaults to false (LE).
Implementations§
Trait Implementations§
impl<const BE: bool> SourceFormat for Gray14<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for Gray14<BE>
impl<const BE: bool> RefUnwindSafe for Gray14<BE>
impl<const BE: bool> Send for Gray14<BE>
impl<const BE: bool> Sync for Gray14<BE>
impl<const BE: bool> Unpin for Gray14<BE>
impl<const BE: bool> UnsafeUnpin for Gray14<BE>
impl<const BE: bool> UnwindSafe for Gray14<BE>
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