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