#[repr(C, packed(2))]pub struct adtNewFormatFrame {Show 14 fields
pub MethodID: ULONG,
pub alf_TimeStamp: ULONG,
pub alf_Frame: ULONG,
pub alf_Duration: ULONG,
pub alf_BitMap: *mut BitMap,
pub alf_CMap: *mut ColorMap,
pub alf_Sample: *mut BYTE,
pub alf_SampleLength: ULONG,
pub alf_Period: ULONG,
pub alf_UserData: APTR,
pub alf_Size: ULONG,
pub alf_LeftSample: *mut BYTE,
pub alf_RightSample: *mut BYTE,
pub alf_SamplesPerSec: ULONG,
}Fields§
§MethodID: ULONG§alf_TimeStamp: ULONG§alf_Frame: ULONG§alf_Duration: ULONG§alf_BitMap: *mut BitMap§alf_CMap: *mut ColorMap§alf_Sample: *mut BYTE§alf_SampleLength: ULONG§alf_Period: ULONG§alf_UserData: APTR§alf_Size: ULONG§alf_LeftSample: *mut BYTE§alf_RightSample: *mut BYTE§alf_SamplesPerSec: ULONGTrait Implementations§
Source§impl Clone for adtNewFormatFrame
impl Clone for adtNewFormatFrame
Source§fn clone(&self) -> adtNewFormatFrame
fn clone(&self) -> adtNewFormatFrame
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 adtNewFormatFrame
impl Debug for adtNewFormatFrame
impl Copy for adtNewFormatFrame
Auto Trait Implementations§
impl Freeze for adtNewFormatFrame
impl RefUnwindSafe for adtNewFormatFrame
impl !Send for adtNewFormatFrame
impl !Sync for adtNewFormatFrame
impl Unpin for adtNewFormatFrame
impl UnwindSafe for adtNewFormatFrame
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