pub struct IobRegion {
pub region_type: IobRegionType,
pub access: IobAccess,
pub discipline: IobDiscipline,
}
Fields§
§region_type: IobRegionType
§access: IobAccess
§discipline: IobDiscipline
Auto Trait Implementations§
impl Freeze for IobRegion
impl RefUnwindSafe for IobRegion
impl Send for IobRegion
impl Sync for IobRegion
impl Unpin for IobRegion
impl UnwindSafe for IobRegion
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