pub struct MoodSound {
pub sound: SoundEventRef,
pub tick_delay: i32,
pub block_search_extent: i32,
pub offset: f64,
}Fields§
§sound: SoundEventRef§tick_delay: i32§block_search_extent: i32§offset: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoodSound
impl RefUnwindSafe for MoodSound
impl Send for MoodSound
impl Sync for MoodSound
impl Unpin for MoodSound
impl UnsafeUnpin for MoodSound
impl UnwindSafe for MoodSound
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