pub struct TextFxAssetBudgetBridge {
pub package: String,
pub entries: Vec<TextFxAssetBudgetEntry>,
}Fields§
§package: String§entries: Vec<TextFxAssetBudgetEntry>Implementations§
Source§impl TextFxAssetBudgetBridge
impl TextFxAssetBudgetBridge
pub fn total_bytes(&self) -> usize
Trait Implementations§
Source§impl Clone for TextFxAssetBudgetBridge
impl Clone for TextFxAssetBudgetBridge
Source§fn clone(&self) -> TextFxAssetBudgetBridge
fn clone(&self) -> TextFxAssetBudgetBridge
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 moreSource§impl Debug for TextFxAssetBudgetBridge
impl Debug for TextFxAssetBudgetBridge
Source§impl<'de> Deserialize<'de> for TextFxAssetBudgetBridge
impl<'de> Deserialize<'de> for TextFxAssetBudgetBridge
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 TextFxAssetBudgetBridge
Source§impl PartialEq for TextFxAssetBudgetBridge
impl PartialEq for TextFxAssetBudgetBridge
Source§fn eq(&self, other: &TextFxAssetBudgetBridge) -> bool
fn eq(&self, other: &TextFxAssetBudgetBridge) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxAssetBudgetBridge
impl Serialize for TextFxAssetBudgetBridge
impl StructuralPartialEq for TextFxAssetBudgetBridge
Auto Trait Implementations§
impl Freeze for TextFxAssetBudgetBridge
impl RefUnwindSafe for TextFxAssetBudgetBridge
impl Send for TextFxAssetBudgetBridge
impl Sync for TextFxAssetBudgetBridge
impl Unpin for TextFxAssetBudgetBridge
impl UnsafeUnpin for TextFxAssetBudgetBridge
impl UnwindSafe for TextFxAssetBudgetBridge
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