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