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