pub struct HivelocityOutput {
pub device_id: u64,
}Fields§
§device_id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for HivelocityOutput
impl RefUnwindSafe for HivelocityOutput
impl Send for HivelocityOutput
impl Sync for HivelocityOutput
impl Unpin for HivelocityOutput
impl UnwindSafe for HivelocityOutput
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