pub struct SchData { /* private fields */ }Expand description
Contextual data for the SCH instruction
Implementations§
Auto Trait Implementations§
impl Freeze for SchData
impl RefUnwindSafe for SchData
impl Send for SchData
impl Sync for SchData
impl Unpin for SchData
impl UnwindSafe for SchData
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