Struct me3_game_support_fromsoft::sprj::ParamRepository
source · [−]#[repr(transparent)]pub struct ParamRepository(_);
Implementations
sourceimpl ParamRepository
impl ParamRepository
pub fn get_row<T>(&self, id: i32) -> Option<&T::Row>where
T: ParamFileDescriptor,
pub fn get_row_mut<T>(&self, id: i32) -> Option<&mut T::Row>where
T: ParamFileDescriptor,
Auto Trait Implementations
impl RefUnwindSafe for ParamRepository
impl !Send for ParamRepository
impl !Sync for ParamRepository
impl Unpin for ParamRepository
impl UnwindSafe for ParamRepository
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more