#[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_ulong§frequency: u8§blocks: u8§subbands: u8§mode: u8§allocation: u8§bitpool: u8§endian: u8§priv_: *mut c_void§priv_alloc_base: *mut c_voidTrait Implementations§
Source§impl Clone for sbc_struct
impl Clone for sbc_struct
Source§fn clone(&self) -> sbc_struct
fn clone(&self) -> sbc_struct
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for sbc_struct
Auto Trait Implementations§
impl !Send for sbc_struct
impl !Sync for sbc_struct
impl Freeze for sbc_struct
impl RefUnwindSafe for sbc_struct
impl Unpin for sbc_struct
impl UnsafeUnpin for sbc_struct
impl UnwindSafe for sbc_struct
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