Struct rust_raylib::ffi::Sound
source · #[repr(C)]pub struct Sound {
pub stream: AudioStream,
pub frameCount: c_uint,
}
Expand description
Sound
Fields§
§stream: AudioStream
Audio stream
frameCount: c_uint
Total number of frames (considering channels)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sound
impl !Send for Sound
impl !Sync for Sound
impl Unpin for Sound
impl UnwindSafe for Sound
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