#[repr(C)]pub struct SceSelfAuthInfo {
pub program_authority_id: SceUInt64,
pub padding: [u8; 8],
pub capability: [u8; 32],
pub attribute: [u8; 32],
pub secret: SceSharedSecret,
}Fields§
§padding: [u8; 8]§capability: [u8; 32]§attribute: [u8; 32]§secret: SceSharedSecretTrait Implementations§
Source§impl Clone for SceSelfAuthInfo
impl Clone for SceSelfAuthInfo
Source§fn clone(&self) -> SceSelfAuthInfo
fn clone(&self) -> SceSelfAuthInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceSelfAuthInfo
impl Debug for SceSelfAuthInfo
impl Copy for SceSelfAuthInfo
Auto Trait Implementations§
impl Freeze for SceSelfAuthInfo
impl RefUnwindSafe for SceSelfAuthInfo
impl Send for SceSelfAuthInfo
impl Sync for SceSelfAuthInfo
impl Unpin for SceSelfAuthInfo
impl UnwindSafe for SceSelfAuthInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)