#[repr(C)]pub struct TESTexture {
pub __base: BaseFormComponent,
pub textureName: BSFixedString,
}
Fields§
§__base: BaseFormComponent
§textureName: BSFixedString
Implementations§
Trait Implementations§
Source§impl Debug for TESTexture
impl Debug for TESTexture
Source§impl PartialEq for TESTexture
impl PartialEq for TESTexture
impl StructuralPartialEq for TESTexture
Auto Trait Implementations§
impl Freeze for TESTexture
impl RefUnwindSafe for TESTexture
impl !Send for TESTexture
impl !Sync for TESTexture
impl Unpin for TESTexture
impl UnwindSafe for TESTexture
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