pub struct CreateSsdParams {
pub ssd_aid_effective: Aid,
pub aid_was_generated: bool,
pub parent_sd_aid: Aid,
pub privileges_used: [u8; 3],
pub elf_aid_used: Aid,
pub module_aid_used: Aid,
pub install_params_used: Vec<u8, INSTALL_PARAMS_MAX>,
}Fields§
§ssd_aid_effective: Aid§aid_was_generated: bool§parent_sd_aid: Aid§privileges_used: [u8; 3]§elf_aid_used: Aid§module_aid_used: Aid§install_params_used: Vec<u8, INSTALL_PARAMS_MAX>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateSsdParams
impl RefUnwindSafe for CreateSsdParams
impl Send for CreateSsdParams
impl Sync for CreateSsdParams
impl Unpin for CreateSsdParams
impl UnsafeUnpin for CreateSsdParams
impl UnwindSafe for CreateSsdParams
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