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