#[repr(C)]pub struct UnitInfo {
pub id: UnitID,
pub parentUnitId: UnitID,
pub name: String128,
pub programListId: ProgramListID,
}
Fields§
§id: UnitID
§parentUnitId: UnitID
§name: String128
§programListId: ProgramListID
Trait Implementations§
impl Copy for UnitInfo
impl Send for UnitInfo
impl Sync for UnitInfo
Auto Trait Implementations§
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