#[repr(C)]pub struct hvm_hw_pit {
pub channels: [hvm_hw_pit_hvm_hw_pit_channel; 3],
pub speaker_data_on: u32,
pub pad0: u32,
}Fields§
§channels: [hvm_hw_pit_hvm_hw_pit_channel; 3]§speaker_data_on: u32§pad0: u32Trait Implementations§
Source§impl Clone for hvm_hw_pit
impl Clone for hvm_hw_pit
Source§fn clone(&self) -> hvm_hw_pit
fn clone(&self) -> hvm_hw_pit
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 hvm_hw_pit
impl Debug for hvm_hw_pit
Source§impl Default for hvm_hw_pit
impl Default for hvm_hw_pit
Source§fn default() -> hvm_hw_pit
fn default() -> hvm_hw_pit
Returns the “default value” for a type. Read more
impl Copy for hvm_hw_pit
Auto Trait Implementations§
impl Freeze for hvm_hw_pit
impl RefUnwindSafe for hvm_hw_pit
impl Send for hvm_hw_pit
impl Sync for hvm_hw_pit
impl Unpin for hvm_hw_pit
impl UnwindSafe for hvm_hw_pit
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