#[repr(C)]pub struct repeat_settings {
pub delay: c_uint,
pub period: c_uint,
}
Fields§
§delay: c_uint
§period: c_uint
Trait Implementations§
Source§impl Clone for repeat_settings
impl Clone for repeat_settings
Source§fn clone(&self) -> repeat_settings
fn clone(&self) -> repeat_settings
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 moreimpl Copy for repeat_settings
Auto Trait Implementations§
impl Freeze for repeat_settings
impl RefUnwindSafe for repeat_settings
impl Send for repeat_settings
impl Sync for repeat_settings
impl Unpin for repeat_settings
impl UnwindSafe for repeat_settings
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