#[repr(C)]pub struct SceConsoleId {
pub unk: u16,
pub company_code: u16,
pub product_code: u16,
pub product_sub_code: u16,
pub __bindgen_anon_1: SceConsoleId__bindgen_ty_1,
pub unk3: [u8; 7],
}Fields§
§unk: u16§company_code: u16§product_code: u16§product_sub_code: u16§__bindgen_anon_1: SceConsoleId__bindgen_ty_1§unk3: [u8; 7]Trait Implementations§
Source§impl Clone for SceConsoleId
impl Clone for SceConsoleId
Source§fn clone(&self) -> SceConsoleId
fn clone(&self) -> SceConsoleId
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 moreimpl Copy for SceConsoleId
Auto Trait Implementations§
impl Freeze for SceConsoleId
impl RefUnwindSafe for SceConsoleId
impl Send for SceConsoleId
impl Sync for SceConsoleId
impl Unpin for SceConsoleId
impl UnwindSafe for SceConsoleId
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)