#[repr(C)]pub struct LkfNode(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LkfNode
impl RefUnwindSafe for LkfNode
impl Send for LkfNode
impl Sync for LkfNode
impl Unpin for LkfNode
impl UnwindSafe for LkfNode
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