pub enum EventProperty {
ChannelPriority,
ScheduleDelay,
ScheduleLookahead,
MinimumDistance,
MaximumDistance,
Cooldown,
Max,
}Variants§
Implementations§
Source§impl EventProperty
impl EventProperty
pub fn from(value: FMOD_STUDIO_EVENT_PROPERTY) -> Result<EventProperty, Error>
Trait Implementations§
Source§impl Clone for EventProperty
impl Clone for EventProperty
Source§fn clone(&self) -> EventProperty
fn clone(&self) -> EventProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventProperty
impl Debug for EventProperty
Source§impl From<EventProperty> for FMOD_STUDIO_EVENT_PROPERTY
impl From<EventProperty> for FMOD_STUDIO_EVENT_PROPERTY
Source§fn from(value: EventProperty) -> FMOD_STUDIO_EVENT_PROPERTY
fn from(value: EventProperty) -> FMOD_STUDIO_EVENT_PROPERTY
Converts to this type from the input type.
Source§impl PartialEq for EventProperty
impl PartialEq for EventProperty
impl Copy for EventProperty
impl StructuralPartialEq for EventProperty
Auto Trait Implementations§
impl Freeze for EventProperty
impl RefUnwindSafe for EventProperty
impl Send for EventProperty
impl Sync for EventProperty
impl Unpin for EventProperty
impl UnwindSafe for EventProperty
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