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