#[repr(C)]pub struct aws_priority_queue_node {
pub current_index: usize,
}Fields§
§current_index: usizeThe current index of the node in question, or SIZE_MAX if the node has been removed.
Trait Implementations§
Source§impl Clone for aws_priority_queue_node
impl Clone for aws_priority_queue_node
Source§fn clone(&self) -> aws_priority_queue_node
fn clone(&self) -> aws_priority_queue_node
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 aws_priority_queue_node
impl Debug for aws_priority_queue_node
Source§impl Default for aws_priority_queue_node
impl Default for aws_priority_queue_node
Source§fn default() -> aws_priority_queue_node
fn default() -> aws_priority_queue_node
Returns the “default value” for a type. Read more
impl Copy for aws_priority_queue_node
Auto Trait Implementations§
impl Freeze for aws_priority_queue_node
impl RefUnwindSafe for aws_priority_queue_node
impl Send for aws_priority_queue_node
impl Sync for aws_priority_queue_node
impl Unpin for aws_priority_queue_node
impl UnwindSafe for aws_priority_queue_node
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