#[repr(C, packed(1))]pub struct _update_info_bit {
pub ucodeUpdate: c_int,
pub csmeFwUpdate: c_int,
pub pswUpdate: c_int,
}Fields§
§ucodeUpdate: c_int§csmeFwUpdate: c_int§pswUpdate: c_intTrait Implementations§
source§impl Clone for _update_info_bit
impl Clone for _update_info_bit
source§fn clone(&self) -> _update_info_bit
fn clone(&self) -> _update_info_bit
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 _update_info_bit
impl Debug for _update_info_bit
source§impl Default for _update_info_bit
impl Default for _update_info_bit
source§fn default() -> _update_info_bit
fn default() -> _update_info_bit
Returns the “default value” for a type. Read more
impl Copy for _update_info_bit
Auto Trait Implementations§
impl RefUnwindSafe for _update_info_bit
impl Send for _update_info_bit
impl Sync for _update_info_bit
impl Unpin for _update_info_bit
impl UnwindSafe for _update_info_bit
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