#[repr(C)]pub struct Struct__FcValue {
pub _type: FcType,
pub u: Union_Unnamed1,
}Fields§
§_type: FcType§u: Union_Unnamed1Trait Implementations§
Source§impl Clone for Struct__FcValue
impl Clone for Struct__FcValue
Source§impl Default for Struct__FcValue
impl Default for Struct__FcValue
impl Copy for Struct__FcValue
Auto Trait Implementations§
impl Freeze for Struct__FcValue
impl RefUnwindSafe for Struct__FcValue
impl Send for Struct__FcValue
impl Sync for Struct__FcValue
impl Unpin for Struct__FcValue
impl UnwindSafe for Struct__FcValue
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