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