pub struct PutKeysParams {
pub target_sd_aid: Aid,
pub scp_protocol: ScpProtocol,
pub new_kvn: u8,
pub key_type: KeyType,
pub key_length: u8,
pub kcvs: [u8; 9],
}Expand description
PUT KEY is Add-only over a session against the target SD itself (P1 =
0x00, GPCS v2.3.1 §11.8.2.1 Table 11-66) since patch #29 — the mode /
mechanism selectors were removed with the unverified Replace / Generate /
parent-mediated paths.
Fields§
§target_sd_aid: Aid§scp_protocol: ScpProtocol§new_kvn: u8§key_type: KeyType§key_length: u8§kcvs: [u8; 9]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutKeysParams
impl RefUnwindSafe for PutKeysParams
impl Send for PutKeysParams
impl Sync for PutKeysParams
impl Unpin for PutKeysParams
impl UnsafeUnpin for PutKeysParams
impl UnwindSafe for PutKeysParams
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