Struct screen_13::pak::BitmapFontBuf
source · [−]pub struct BitmapFontBuf { /* private fields */ }Expand description
Holds a BitmapFont in a .pak file. For data transport only.
Implementations
sourceimpl BitmapFontBuf
impl BitmapFontBuf
Trait Implementations
sourceimpl Debug for BitmapFontBuf
impl Debug for BitmapFontBuf
sourceimpl<'de> Deserialize<'de> for BitmapFontBuf
impl<'de> Deserialize<'de> for BitmapFontBuf
sourcefn 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
sourceimpl PartialEq<BitmapFontBuf> for BitmapFontBuf
impl PartialEq<BitmapFontBuf> for BitmapFontBuf
sourcefn eq(&self, other: &BitmapFontBuf) -> bool
fn eq(&self, other: &BitmapFontBuf) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &BitmapFontBuf) -> bool
fn ne(&self, other: &BitmapFontBuf) -> bool
This method tests for !=.
sourceimpl Serialize for BitmapFontBuf
impl Serialize for BitmapFontBuf
impl StructuralPartialEq for BitmapFontBuf
Auto Trait Implementations
impl RefUnwindSafe for BitmapFontBuf
impl Send for BitmapFontBuf
impl Sync for BitmapFontBuf
impl Unpin for BitmapFontBuf
impl UnwindSafe for BitmapFontBuf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more