#[repr(C)]pub struct fbl_bindgen_WAVLNodeWrapper {
pub state: __BindgenOpaqueArray8<[u8; 32]>,
}Fields§
§state: __BindgenOpaqueArray8<[u8; 32]>Trait Implementations§
Source§impl Clone for fbl_bindgen_WAVLNodeWrapper
impl Clone for fbl_bindgen_WAVLNodeWrapper
Source§fn clone(&self) -> fbl_bindgen_WAVLNodeWrapper
fn clone(&self) -> fbl_bindgen_WAVLNodeWrapper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 fbl_bindgen_WAVLNodeWrapper
impl Debug for fbl_bindgen_WAVLNodeWrapper
impl Copy for fbl_bindgen_WAVLNodeWrapper
Auto Trait Implementations§
impl Freeze for fbl_bindgen_WAVLNodeWrapper
impl RefUnwindSafe for fbl_bindgen_WAVLNodeWrapper
impl Send for fbl_bindgen_WAVLNodeWrapper
impl Sync for fbl_bindgen_WAVLNodeWrapper
impl Unpin for fbl_bindgen_WAVLNodeWrapper
impl UnsafeUnpin for fbl_bindgen_WAVLNodeWrapper
impl UnwindSafe for fbl_bindgen_WAVLNodeWrapper
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