#[repr(C)]pub struct TESFileContainer { /* private fields */ }
Trait Implementations§
Source§impl Debug for TESFileContainer
impl Debug for TESFileContainer
Source§impl PartialEq for TESFileContainer
impl PartialEq for TESFileContainer
impl Eq for TESFileContainer
impl StructuralPartialEq for TESFileContainer
Auto Trait Implementations§
impl Freeze for TESFileContainer
impl RefUnwindSafe for TESFileContainer
impl !Send for TESFileContainer
impl !Sync for TESFileContainer
impl Unpin for TESFileContainer
impl UnwindSafe for TESFileContainer
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