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