#[repr(C)]pub struct AwsCLinkedListNode {
pub next: *mut AwsCLinkedListNode,
pub prev: *mut AwsCLinkedListNode,
}
Fields
next: *mut AwsCLinkedListNode
prev: *mut AwsCLinkedListNode
Implementations
Auto Trait Implementations
impl RefUnwindSafe for AwsCLinkedListNode
impl !Send for AwsCLinkedListNode
impl !Sync for AwsCLinkedListNode
impl Unpin for AwsCLinkedListNode
impl UnwindSafe for AwsCLinkedListNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more