#[repr(C, packed(2))]pub struct Conductor {
pub cdt_Link: Node,
pub cdt_Reserved0: UWORD,
pub cdt_Players: MinList,
pub cdt_ClockTime: ULONG,
pub cdt_StartTime: ULONG,
pub cdt_ExternalTime: ULONG,
pub cdt_MaxExternalTime: ULONG,
pub cdt_Metronome: ULONG,
pub cdt_Reserved1: UWORD,
pub cdt_Flags: UWORD,
pub cdt_State: UBYTE,
}Fields§
§cdt_Link: Node§cdt_Reserved0: UWORD§cdt_Players: MinList§cdt_ClockTime: ULONG§cdt_StartTime: ULONG§cdt_ExternalTime: ULONG§cdt_MaxExternalTime: ULONG§cdt_Metronome: ULONG§cdt_Reserved1: UWORD§cdt_Flags: UWORD§cdt_State: UBYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for Conductor
impl RefUnwindSafe for Conductor
impl !Send for Conductor
impl !Sync for Conductor
impl Unpin for Conductor
impl UnwindSafe for Conductor
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