#[repr(C)]pub struct ScDataRst {
pub x0: c_int,
pub x4: c_int,
pub x8: c_int,
pub xc: c_int,
pub rst_init: RstInit,
}Fields§
§x0: c_int§x4: c_int§x8: c_int§xc: c_int§rst_init: RstInitTrait Implementations§
Auto Trait Implementations§
impl Freeze for ScDataRst
impl RefUnwindSafe for ScDataRst
impl Send for ScDataRst
impl Sync for ScDataRst
impl Unpin for ScDataRst
impl UnwindSafe for ScDataRst
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