pub struct Mode4Frame { /* private fields */ }
Expand description
One of the two indexmap frames available in Mode 4.
See Mode4
Implementations§
Trait Implementations§
Source§impl Clone for Mode4Frame
impl Clone for Mode4Frame
Source§fn clone(&self) -> Mode4Frame
fn clone(&self) -> Mode4Frame
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Mode4Frame
impl Debug for Mode4Frame
Source§impl Default for Mode4Frame
impl Default for Mode4Frame
Source§fn default() -> Mode4Frame
fn default() -> Mode4Frame
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mode4Frame
impl PartialEq for Mode4Frame
impl Copy for Mode4Frame
impl Eq for Mode4Frame
impl StructuralPartialEq for Mode4Frame
Auto Trait Implementations§
impl Freeze for Mode4Frame
impl RefUnwindSafe for Mode4Frame
impl Send for Mode4Frame
impl Sync for Mode4Frame
impl Unpin for Mode4Frame
impl UnwindSafe for Mode4Frame
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