#[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
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