pub enum TypeSize16 {
B8,
B16,
}
Variants§
Trait Implementations§
Source§impl Clone for TypeSize16
impl Clone for TypeSize16
Source§fn clone(&self) -> TypeSize16
fn clone(&self) -> TypeSize16
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 TypeSize16
impl Debug for TypeSize16
Source§impl Display for TypeSize16
impl Display for TypeSize16
Source§impl Hash for TypeSize16
impl Hash for TypeSize16
Source§impl PartialEq for TypeSize16
impl PartialEq for TypeSize16
impl Eq for TypeSize16
impl StructuralPartialEq for TypeSize16
Auto Trait Implementations§
impl Freeze for TypeSize16
impl RefUnwindSafe for TypeSize16
impl Send for TypeSize16
impl Sync for TypeSize16
impl Unpin for TypeSize16
impl UnwindSafe for TypeSize16
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