Struct fmod::studio::BufferUsage
source · pub struct BufferUsage {
pub studio_command_queue: BufferInfo,
pub studio_handle: BufferInfo,
}Fields§
§studio_command_queue: BufferInfo§studio_handle: BufferInfoTrait Implementations§
source§impl Clone for BufferUsage
impl Clone for BufferUsage
source§fn clone(&self) -> BufferUsage
fn clone(&self) -> BufferUsage
Returns a copy 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 BufferUsage
impl Debug for BufferUsage
source§impl From<BufferUsage> for FMOD_STUDIO_BUFFER_USAGE
impl From<BufferUsage> for FMOD_STUDIO_BUFFER_USAGE
source§fn from(value: BufferUsage) -> Self
fn from(value: BufferUsage) -> Self
Converts to this type from the input type.
source§impl From<FMOD_STUDIO_BUFFER_USAGE> for BufferUsage
impl From<FMOD_STUDIO_BUFFER_USAGE> for BufferUsage
source§fn from(value: FMOD_STUDIO_BUFFER_USAGE) -> Self
fn from(value: FMOD_STUDIO_BUFFER_USAGE) -> Self
Converts to this type from the input type.
source§impl PartialEq for BufferUsage
impl PartialEq for BufferUsage
source§fn eq(&self, other: &BufferUsage) -> bool
fn eq(&self, other: &BufferUsage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BufferUsage
impl PartialOrd for BufferUsage
source§fn partial_cmp(&self, other: &BufferUsage) -> Option<Ordering>
fn partial_cmp(&self, other: &BufferUsage) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for BufferUsage
impl StructuralPartialEq for BufferUsage
Auto Trait Implementations§
impl Freeze for BufferUsage
impl RefUnwindSafe for BufferUsage
impl Send for BufferUsage
impl Sync for BufferUsage
impl Unpin for BufferUsage
impl UnwindSafe for BufferUsage
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