#[repr(C)]pub struct ScDataVS {
pub x8: u8_,
pub x9: u8_,
pub xa: u8_,
pub xc: c_int,
pub match_init: MatchInit,
}Fields§
§x8: u8_§x9: u8_§xa: u8_§xc: c_int§match_init: MatchInitTrait Implementations§
Auto Trait Implementations§
impl Freeze for ScDataVS
impl RefUnwindSafe for ScDataVS
impl !Send for ScDataVS
impl !Sync for ScDataVS
impl Unpin for ScDataVS
impl UnwindSafe for ScDataVS
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