#[repr(C)]pub struct AwsCLinkedList {
pub head: AwsCLinkedListNode,
pub tail: AwsCLinkedListNode,
}
Fields
head: AwsCLinkedListNode
tail: AwsCLinkedListNode
Auto Trait Implementations
impl RefUnwindSafe for AwsCLinkedList
impl !Send for AwsCLinkedList
impl !Sync for AwsCLinkedList
impl Unpin for AwsCLinkedList
impl UnwindSafe for AwsCLinkedList
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