Type Alias Budgeted

pub type Budgeted = Budgeted;
👎Deprecated since 0.60.0: Use gpu::Budgeted

Aliased Type§

struct Budgeted(/* private fields */);

Implementations

§

impl Budgeted

pub const No: Budgeted

pub const Yes: Budgeted

Trait Implementations

§

impl Clone for Budgeted

§

fn clone(&self) -> Budgeted

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Budgeted

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for Budgeted

§

fn eq(&self, other: &Budgeted) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Budgeted

§

impl Eq for Budgeted

§

impl StructuralPartialEq for Budgeted