#[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: ProgramListIDTrait Implementations§
impl Copy for UnitInfo
impl Send for UnitInfo
impl Sync for UnitInfo
Auto Trait Implementations§
impl Freeze for UnitInfo
impl RefUnwindSafe for UnitInfo
impl Unpin for UnitInfo
impl UnwindSafe for UnitInfo
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