pub struct UnsafeSndFile {
pub vio_ptr: *mut SF_VIRTUAL_IO,
pub vio_user_ptr: *mut VIOFile,
pub sndfile_ptr: *mut SNDFILE,
}
Expand description
This struct is unstable.
Fields§
§vio_ptr: *mut SF_VIRTUAL_IO
§vio_user_ptr: *mut VIOFile
§sndfile_ptr: *mut SNDFILE
Trait Implementations§
Source§impl Debug for UnsafeSndFile
impl Debug for UnsafeSndFile
Auto Trait Implementations§
impl Freeze for UnsafeSndFile
impl RefUnwindSafe for UnsafeSndFile
impl !Send for UnsafeSndFile
impl !Sync for UnsafeSndFile
impl Unpin for UnsafeSndFile
impl UnwindSafe for UnsafeSndFile
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