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