pub struct RcvbpCodec;Expand description
The .rcvbp format behind Codec.
Trait Implementations§
Source§impl Clone for RcvbpCodec
impl Clone for RcvbpCodec
Source§fn clone(&self) -> RcvbpCodec
fn clone(&self) -> RcvbpCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Codec for RcvbpCodec
impl Codec for RcvbpCodec
Source§fn matches(&self, file: &[u8]) -> bool
fn matches(&self, file: &[u8]) -> bool
True when
file starts the way this format’s files start; what
detect reads.Source§fn generate(&self, spec: &PanelSpec, chip: &ChipLibrary) -> Result<Encoded>
fn generate(&self, spec: &PanelSpec, chip: &ChipLibrary) -> Result<Encoded>
The file for
spec and its chip library. Read moreimpl Copy for RcvbpCodec
Source§impl Debug for RcvbpCodec
impl Debug for RcvbpCodec
Source§impl Default for RcvbpCodec
impl Default for RcvbpCodec
Source§fn default() -> RcvbpCodec
fn default() -> RcvbpCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RcvbpCodec
impl RefUnwindSafe for RcvbpCodec
impl Send for RcvbpCodec
impl Sync for RcvbpCodec
impl Unpin for RcvbpCodec
impl UnsafeUnpin for RcvbpCodec
impl UnwindSafe for RcvbpCodec
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