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