Struct libsbc_sys::sbc_struct
source · #[repr(C)]pub struct sbc_struct {
pub flags: c_ulong,
pub frequency: u8,
pub blocks: u8,
pub subbands: u8,
pub mode: u8,
pub allocation: u8,
pub bitpool: u8,
pub endian: u8,
pub priv_: *mut c_void,
pub priv_alloc_base: *mut c_void,
}Fields
flags: c_ulongfrequency: u8blocks: u8subbands: u8mode: u8allocation: u8bitpool: u8endian: u8priv_: *mut c_voidpriv_alloc_base: *mut c_voidTrait Implementations
sourceimpl Clone for sbc_struct
impl Clone for sbc_struct
sourcefn clone(&self) -> sbc_struct
fn clone(&self) -> sbc_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for sbc_struct
impl Debug for sbc_struct
impl Copy for sbc_struct
Auto Trait Implementations
impl RefUnwindSafe for sbc_struct
impl !Send for sbc_struct
impl !Sync for sbc_struct
impl Unpin for sbc_struct
impl UnwindSafe for sbc_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more