#[repr(C)]pub struct PF_SoundWorld {
pub fi: PF_SoundFormatInfo,
pub num_samples: A_long,
pub dataP: *mut c_void,
}Fields§
§fi: PF_SoundFormatInfo§num_samples: A_long§dataP: *mut c_voidTrait Implementations§
Source§impl Clone for PF_SoundWorld
impl Clone for PF_SoundWorld
Source§fn clone(&self) -> PF_SoundWorld
fn clone(&self) -> PF_SoundWorld
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 PF_SoundWorld
impl Debug for PF_SoundWorld
impl Copy for PF_SoundWorld
Auto Trait Implementations§
impl Freeze for PF_SoundWorld
impl RefUnwindSafe for PF_SoundWorld
impl !Send for PF_SoundWorld
impl !Sync for PF_SoundWorld
impl Unpin for PF_SoundWorld
impl UnwindSafe for PF_SoundWorld
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