#[repr(C, packed(2))]pub struct Custom_AudChannel {
pub ac_ptr: *mut UWORD,
pub ac_len: UWORD,
pub ac_per: UWORD,
pub ac_vol: UWORD,
pub ac_dat: UWORD,
pub ac_pad: [UWORD; 2],
}Fields§
§ac_ptr: *mut UWORD§ac_len: UWORD§ac_per: UWORD§ac_vol: UWORD§ac_dat: UWORD§ac_pad: [UWORD; 2]Trait Implementations§
Source§impl Clone for Custom_AudChannel
impl Clone for Custom_AudChannel
Source§fn clone(&self) -> Custom_AudChannel
fn clone(&self) -> Custom_AudChannel
Returns a duplicate 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 Custom_AudChannel
impl Debug for Custom_AudChannel
impl Copy for Custom_AudChannel
Auto Trait Implementations§
impl Freeze for Custom_AudChannel
impl RefUnwindSafe for Custom_AudChannel
impl !Send for Custom_AudChannel
impl !Sync for Custom_AudChannel
impl Unpin for Custom_AudChannel
impl UnwindSafe for Custom_AudChannel
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