#[repr(C)]pub struct fbl_bindgen_SinglyNodeWrapper {
pub state: __BindgenOpaqueArray8<[u8; 8]>,
}Fields§
§state: __BindgenOpaqueArray8<[u8; 8]>Trait Implementations§
Auto Trait Implementations§
impl Freeze for fbl_bindgen_SinglyNodeWrapper
impl RefUnwindSafe for fbl_bindgen_SinglyNodeWrapper
impl Send for fbl_bindgen_SinglyNodeWrapper
impl Sync for fbl_bindgen_SinglyNodeWrapper
impl Unpin for fbl_bindgen_SinglyNodeWrapper
impl UnsafeUnpin for fbl_bindgen_SinglyNodeWrapper
impl UnwindSafe for fbl_bindgen_SinglyNodeWrapper
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