Struct classicube_sys::VorbisWindow
source · #[repr(C)]pub struct VorbisWindow {
pub Prev: *mut f32,
pub Cur: *mut f32,
}
Fields§
§Prev: *mut f32
§Cur: *mut f32
Trait Implementations§
source§impl Clone for VorbisWindow
impl Clone for VorbisWindow
source§fn clone(&self) -> VorbisWindow
fn clone(&self) -> VorbisWindow
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 VorbisWindow
impl Debug for VorbisWindow
source§impl Hash for VorbisWindow
impl Hash for VorbisWindow
source§impl PartialEq for VorbisWindow
impl PartialEq for VorbisWindow
source§fn eq(&self, other: &VorbisWindow) -> bool
fn eq(&self, other: &VorbisWindow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VorbisWindow
impl Eq for VorbisWindow
impl StructuralPartialEq for VorbisWindow
Auto Trait Implementations§
impl Freeze for VorbisWindow
impl RefUnwindSafe for VorbisWindow
impl !Send for VorbisWindow
impl !Sync for VorbisWindow
impl Unpin for VorbisWindow
impl UnwindSafe for VorbisWindow
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)