pub struct Footprint {
pub reads: ResourceSet,
pub writes: ResourceSet,
pub spawns: SpawnClass,
}Expand description
Declared resource footprint for scheduling / policy.
Fields§
§reads: ResourceSet§writes: ResourceSet§spawns: SpawnClassImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Footprint
impl<'de> Deserialize<'de> for Footprint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Footprint
impl StructuralPartialEq for Footprint
Auto Trait Implementations§
impl Freeze for Footprint
impl RefUnwindSafe for Footprint
impl Send for Footprint
impl Sync for Footprint
impl Unpin for Footprint
impl UnsafeUnpin for Footprint
impl UnwindSafe for Footprint
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