pub struct ResourceSizeValue { /* private fields */ }Implementations§
Source§impl ResourceSizeValue
impl ResourceSizeValue
pub fn size(&self) -> ResourceSizeSpec
pub fn cross_references(&self) -> &[ResourceSizeSpec]
Trait Implementations§
Source§impl Borrow<ResourceSizeValue> for ResourceSizeValueBuf
impl Borrow<ResourceSizeValue> for ResourceSizeValueBuf
Source§fn borrow(&self) -> &ResourceSizeValue
fn borrow(&self) -> &ResourceSizeValue
Immutably borrows from an owned value. Read more
Source§impl Debug for ResourceSizeValue
impl Debug for ResourceSizeValue
Source§impl ToOwned for ResourceSizeValue
impl ToOwned for ResourceSizeValue
Source§type Owned = ResourceSizeValueBuf
type Owned = ResourceSizeValueBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more