pub struct PowerDrawPoint {
pub id: u64,
pub time: u64,
pub on: PowerDrawData,
pub off: PowerDrawData,
}
Fields§
§id: u64
§time: u64
§on: PowerDrawData
§off: PowerDrawData
Trait Implementations§
Source§impl Debug for PowerDrawPoint
impl Debug for PowerDrawPoint
Source§impl<'de> Deserialize<'de> for PowerDrawPoint
impl<'de> Deserialize<'de> for PowerDrawPoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PowerDrawPoint
impl RefUnwindSafe for PowerDrawPoint
impl Send for PowerDrawPoint
impl Sync for PowerDrawPoint
impl Unpin for PowerDrawPoint
impl UnwindSafe for PowerDrawPoint
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