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