pub struct ECO2 {
pub value: u16,
}Expand description
raw ECO2
Fields§
§value: u16Implementations§
Trait Implementations§
Source§impl Ord for ECO2
impl Ord for ECO2
Source§impl PartialOrd for ECO2
impl PartialOrd for ECO2
impl Copy for ECO2
impl Eq for ECO2
impl StructuralPartialEq for ECO2
Auto Trait Implementations§
impl Freeze for ECO2
impl RefUnwindSafe for ECO2
impl Send for ECO2
impl Sync for ECO2
impl Unpin for ECO2
impl UnwindSafe for ECO2
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