#[repr(C)]pub struct TESWeightForm { /* private fields */ }
Expand description
FIXME: current implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESWeightForm
impl RefUnwindSafe for TESWeightForm
impl Send for TESWeightForm
impl Sync for TESWeightForm
impl Unpin for TESWeightForm
impl UnwindSafe for TESWeightForm
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