#[repr(C)]pub struct FVariant {
pub type: uint16,
pub __field0: FVariant__type0,
}Fields§
§type: uint16§__field0: FVariant__type0Trait Implementations§
impl Copy for FVariant
impl Send for FVariant
impl Sync for FVariant
Auto Trait Implementations§
impl Freeze for FVariant
impl RefUnwindSafe for FVariant
impl Unpin for FVariant
impl UnwindSafe for FVariant
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