#[repr(C)]pub struct uloop_interval {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for uloop_interval
impl Clone for uloop_interval
Source§fn clone(&self) -> uloop_interval
fn clone(&self) -> uloop_interval
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 uloop_interval
impl Debug for uloop_interval
Source§impl Default for uloop_interval
impl Default for uloop_interval
Source§fn default() -> uloop_interval
fn default() -> uloop_interval
Returns the “default value” for a type. Read more
impl Copy for uloop_interval
Auto Trait Implementations§
impl Freeze for uloop_interval
impl RefUnwindSafe for uloop_interval
impl Send for uloop_interval
impl Sync for uloop_interval
impl Unpin for uloop_interval
impl UnsafeUnpin for uloop_interval
impl UnwindSafe for uloop_interval
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