#[repr(C)]pub struct IOThreadInfoList {
pub next: *mut IOThreadInfoList,
pub value: *mut IOThreadInfo,
}Fields§
§next: *mut IOThreadInfoList§value: *mut IOThreadInfoTrait Implementations§
Source§impl Clone for IOThreadInfoList
impl Clone for IOThreadInfoList
Source§fn clone(&self) -> IOThreadInfoList
fn clone(&self) -> IOThreadInfoList
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 moreimpl Copy for IOThreadInfoList
Auto Trait Implementations§
impl !Send for IOThreadInfoList
impl !Sync for IOThreadInfoList
impl Freeze for IOThreadInfoList
impl RefUnwindSafe for IOThreadInfoList
impl Unpin for IOThreadInfoList
impl UnsafeUnpin for IOThreadInfoList
impl UnwindSafe for IOThreadInfoList
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