#[repr(C)]pub struct RepairInfoEx {
pub repair: RepairInfo,
pub repairRank: u16,
}
Fields§
§repair: RepairInfo
§repairRank: u16
Trait Implementations§
§impl Clone for RepairInfoEx
impl Clone for RepairInfoEx
impl Copy for RepairInfoEx
Auto Trait Implementations§
impl RefUnwindSafe for RepairInfoEx
impl !Send for RepairInfoEx
impl !Sync for RepairInfoEx
impl Unpin for RepairInfoEx
impl UnwindSafe for RepairInfoEx
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