#[repr(C)]pub struct ShimEventStartRes {
pub auxvec_random: [u8; 16],
}
Expand description
Data for ShimEventToShim::StartRes
Fields§
§auxvec_random: [u8; 16]
Pseudorandom data to be used to overwrite the data linux provides in its auxiliary vector.
Trait Implementations§
Source§impl Clone for ShimEventStartRes
impl Clone for ShimEventStartRes
Source§fn clone(&self) -> ShimEventStartRes
fn clone(&self) -> ShimEventStartRes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShimEventStartRes
impl Debug for ShimEventStartRes
impl Copy for ShimEventStartRes
Auto Trait Implementations§
impl Freeze for ShimEventStartRes
impl RefUnwindSafe for ShimEventStartRes
impl Send for ShimEventStartRes
impl Sync for ShimEventStartRes
impl Unpin for ShimEventStartRes
impl UnwindSafe for ShimEventStartRes
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