#[repr(C)]pub struct Screening {
pub Flag: u32,
pub nChannels: u32,
pub Channels: [ScreeningChannel; 16],
}
Fields§
§Flag: u32
§nChannels: u32
§Channels: [ScreeningChannel; 16]
Trait Implementations§
impl Copy for Screening
Auto Trait Implementations§
impl RefUnwindSafe for Screening
impl Send for Screening
impl Sync for Screening
impl Unpin for Screening
impl UnwindSafe for Screening
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