pub struct BeatmapMetadataOffset {
pub author: i32,
pub creator: i32,
pub title_romanized: i32,
pub title_original: i32,
pub difficulty: i32,
pub tags: i32,
}Fields§
§creator: i32§title_romanized: i32§title_original: i32§difficulty: i32Auto Trait Implementations§
impl Freeze for BeatmapMetadataOffset
impl RefUnwindSafe for BeatmapMetadataOffset
impl Send for BeatmapMetadataOffset
impl Sync for BeatmapMetadataOffset
impl Unpin for BeatmapMetadataOffset
impl UnsafeUnpin for BeatmapMetadataOffset
impl UnwindSafe for BeatmapMetadataOffset
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