Struct BEEP_SET_PARAMETERS
#[repr(C)]pub struct BEEP_SET_PARAMETERS {
pub Frequency: u32,
pub Duration: u32,
}
Fields§
§Frequency: u32
§Duration: u32
Trait Implementations§
§impl Clone for BEEP_SET_PARAMETERS
impl Clone for BEEP_SET_PARAMETERS
§fn clone(&self) -> BEEP_SET_PARAMETERS
fn clone(&self) -> BEEP_SET_PARAMETERS
Returns a copy 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 more§impl Debug for BEEP_SET_PARAMETERS
impl Debug for BEEP_SET_PARAMETERS
§impl Default for BEEP_SET_PARAMETERS
impl Default for BEEP_SET_PARAMETERS
§impl PartialEq for BEEP_SET_PARAMETERS
impl PartialEq for BEEP_SET_PARAMETERS
impl Copy for BEEP_SET_PARAMETERS
impl StructuralPartialEq for BEEP_SET_PARAMETERS
Auto Trait Implementations§
impl Freeze for BEEP_SET_PARAMETERS
impl RefUnwindSafe for BEEP_SET_PARAMETERS
impl Send for BEEP_SET_PARAMETERS
impl Sync for BEEP_SET_PARAMETERS
impl Unpin for BEEP_SET_PARAMETERS
impl UnwindSafe for BEEP_SET_PARAMETERS
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