Struct ds_rom::rom::raw::DisplayAutoloadInfo
source · pub struct DisplayAutoloadInfo<'a> { /* private fields */ }Expand description
Can be used to display values inside AutoloadInfo.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayAutoloadInfo<'a>
impl<'a> RefUnwindSafe for DisplayAutoloadInfo<'a>
impl<'a> Send for DisplayAutoloadInfo<'a>
impl<'a> Sync for DisplayAutoloadInfo<'a>
impl<'a> Unpin for DisplayAutoloadInfo<'a>
impl<'a> UnwindSafe for DisplayAutoloadInfo<'a>
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