#[repr(C)]pub struct PitState2 {
pub channels: [PitChannelState; 3],
pub flags: u32,
pub reserved: [u32; 9],
}Fields§
§channels: [PitChannelState; 3]§flags: u32§reserved: [u32; 9]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PitState2
impl RefUnwindSafe for PitState2
impl Send for PitState2
impl Sync for PitState2
impl Unpin for PitState2
impl UnwindSafe for PitState2
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