pub enum ComponentResidencyClass {
Static,
Media,
Decoder,
Experts,
Draft,
}Expand description
Immutable-weight residency accounting class.
Variants§
Static
Small static text modules.
Media
Modality-specific tower and prepared-media workspace.
Decoder
Independently resident or streamed decoder unit.
Experts
Independently leased routed experts.
Draft
Embedded or external draft modules.
Trait Implementations§
Source§impl Clone for ComponentResidencyClass
impl Clone for ComponentResidencyClass
Source§fn clone(&self) -> ComponentResidencyClass
fn clone(&self) -> ComponentResidencyClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ComponentResidencyClass
Source§impl Debug for ComponentResidencyClass
impl Debug for ComponentResidencyClass
impl Eq for ComponentResidencyClass
Source§impl Hash for ComponentResidencyClass
impl Hash for ComponentResidencyClass
Source§impl Ord for ComponentResidencyClass
impl Ord for ComponentResidencyClass
Source§fn cmp(&self, other: &ComponentResidencyClass) -> Ordering
fn cmp(&self, other: &ComponentResidencyClass) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ComponentResidencyClass
impl PartialEq for ComponentResidencyClass
Source§impl PartialOrd for ComponentResidencyClass
impl PartialOrd for ComponentResidencyClass
impl StructuralPartialEq for ComponentResidencyClass
Auto Trait Implementations§
impl Freeze for ComponentResidencyClass
impl RefUnwindSafe for ComponentResidencyClass
impl Send for ComponentResidencyClass
impl Sync for ComponentResidencyClass
impl Unpin for ComponentResidencyClass
impl UnsafeUnpin for ComponentResidencyClass
impl UnwindSafe for ComponentResidencyClass
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