#[repr(C)]pub struct RE_FIBER_LIST {
pub head: *mut RE_FIBER,
pub tail: *mut RE_FIBER,
}Fields§
§head: *mut RE_FIBER§tail: *mut RE_FIBERTrait Implementations§
Source§impl Clone for RE_FIBER_LIST
impl Clone for RE_FIBER_LIST
Source§fn clone(&self) -> RE_FIBER_LIST
fn clone(&self) -> RE_FIBER_LIST
Returns a duplicate 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 RE_FIBER_LIST
impl Debug for RE_FIBER_LIST
impl Copy for RE_FIBER_LIST
Auto Trait Implementations§
impl Freeze for RE_FIBER_LIST
impl RefUnwindSafe for RE_FIBER_LIST
impl !Send for RE_FIBER_LIST
impl !Sync for RE_FIBER_LIST
impl Unpin for RE_FIBER_LIST
impl UnsafeUnpin for RE_FIBER_LIST
impl UnwindSafe for RE_FIBER_LIST
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