#[repr(C)]pub struct NodeStFPtr_respack {
pub rb: u32,
pub left: *mut NodeStFPtr_respack,
pub right: *mut NodeStFPtr_respack,
pub data: FPtr_respack,
}Fields§
§rb: u32§left: *mut NodeStFPtr_respack§right: *mut NodeStFPtr_respack§data: FPtr_respackTrait Implementations§
Source§impl Clone for NodeStFPtr_respack
impl Clone for NodeStFPtr_respack
Source§fn clone(&self) -> NodeStFPtr_respack
fn clone(&self) -> NodeStFPtr_respack
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 NodeStFPtr_respack
impl Debug for NodeStFPtr_respack
impl Copy for NodeStFPtr_respack
Auto Trait Implementations§
impl Freeze for NodeStFPtr_respack
impl RefUnwindSafe for NodeStFPtr_respack
impl !Send for NodeStFPtr_respack
impl !Sync for NodeStFPtr_respack
impl Unpin for NodeStFPtr_respack
impl UnwindSafe for NodeStFPtr_respack
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