pub enum SectionDataWidth {
B8,
B16,
B32,
B64,
}Variants§
Trait Implementations§
Source§impl Clone for SectionDataWidth
impl Clone for SectionDataWidth
Source§fn clone(&self) -> SectionDataWidth
fn clone(&self) -> SectionDataWidth
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 moreimpl Copy for SectionDataWidth
Source§impl Debug for SectionDataWidth
impl Debug for SectionDataWidth
impl Eq for SectionDataWidth
Source§impl PartialEq for SectionDataWidth
impl PartialEq for SectionDataWidth
Source§fn eq(&self, other: &SectionDataWidth) -> bool
fn eq(&self, other: &SectionDataWidth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SectionDataWidth
Auto Trait Implementations§
impl Freeze for SectionDataWidth
impl RefUnwindSafe for SectionDataWidth
impl Send for SectionDataWidth
impl Sync for SectionDataWidth
impl Unpin for SectionDataWidth
impl UnsafeUnpin for SectionDataWidth
impl UnwindSafe for SectionDataWidth
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