pub struct RwTextureDictionary {
pub texture_count: u16,
pub texture_natives: Vec<RwTextureNative>,
}Fields§
§texture_count: u16§texture_natives: Vec<RwTextureNative>Trait Implementations§
Source§impl Clone for RwTextureDictionary
impl Clone for RwTextureDictionary
Source§fn clone(&self) -> RwTextureDictionary
fn clone(&self) -> RwTextureDictionary
Returns a duplicate of the value. Read more
1.0.0 · 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 RwTextureDictionary
impl Debug for RwTextureDictionary
Source§impl PartialEq for RwTextureDictionary
impl PartialEq for RwTextureDictionary
Source§impl Serialize for RwTextureDictionary
impl Serialize for RwTextureDictionary
impl StructuralPartialEq for RwTextureDictionary
Auto Trait Implementations§
impl Freeze for RwTextureDictionary
impl RefUnwindSafe for RwTextureDictionary
impl Send for RwTextureDictionary
impl Sync for RwTextureDictionary
impl Unpin for RwTextureDictionary
impl UnwindSafe for RwTextureDictionary
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