pub struct UpdateComponentResponse {
pub response_code: u8,
pub update_flags: u32,
pub estimate_time: u16,
}Fields§
§response_code: u8A ComponentResponseCode
update_flags: u32§estimate_time: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateComponentResponse
impl RefUnwindSafe for UpdateComponentResponse
impl Send for UpdateComponentResponse
impl Sync for UpdateComponentResponse
impl Unpin for UpdateComponentResponse
impl UnwindSafe for UpdateComponentResponse
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