#[repr(C)]pub struct SceMsgDialogButtonsParam {
pub msg1: *const c_char,
pub fontSize1: SceInt32,
pub msg2: *const c_char,
pub fontSize2: SceInt32,
pub msg3: *const c_char,
pub fontSize3: SceInt32,
pub reserved: [SceChar8; 32],
}Fields§
§msg1: *const c_char§fontSize1: SceInt32§msg2: *const c_char§fontSize2: SceInt32§msg3: *const c_char§fontSize3: SceInt32§reserved: [SceChar8; 32]Trait Implementations§
Source§impl Clone for SceMsgDialogButtonsParam
impl Clone for SceMsgDialogButtonsParam
Source§fn clone(&self) -> SceMsgDialogButtonsParam
fn clone(&self) -> SceMsgDialogButtonsParam
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 SceMsgDialogButtonsParam
impl Debug for SceMsgDialogButtonsParam
impl Copy for SceMsgDialogButtonsParam
Auto Trait Implementations§
impl Freeze for SceMsgDialogButtonsParam
impl RefUnwindSafe for SceMsgDialogButtonsParam
impl !Send for SceMsgDialogButtonsParam
impl !Sync for SceMsgDialogButtonsParam
impl Unpin for SceMsgDialogButtonsParam
impl UnwindSafe for SceMsgDialogButtonsParam
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)