#[repr(C)]pub struct fy_tag {
pub handle: *const c_char,
pub prefix: *const c_char,
}Fields§
§handle: *const c_char§prefix: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for fy_tag
impl RefUnwindSafe for fy_tag
impl !Send for fy_tag
impl !Sync for fy_tag
impl Unpin for fy_tag
impl UnwindSafe for fy_tag
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