#[repr(transparent)]pub struct BasicMenuResult(pub BasicMenu_Result);Tuple Fields§
§0: BasicMenu_ResultImplementations§
Source§impl BasicMenuResult
impl BasicMenuResult
pub const fn new() -> Self
pub const fn bits(self) -> i32
pub const fn close_this(self) -> bool
pub const fn close_parent(self) -> bool
pub const fn close_all(self) -> bool
pub const fn delete_this(self) -> bool
pub const fn delete_parent(self) -> bool
pub const fn delete_all(self) -> bool
pub const fn do_nothing(self) -> bool
pub fn with_close_this(self, v: bool) -> Self
pub fn with_close_parent(self, v: bool) -> Self
pub fn with_close_all(self, v: bool) -> Self
pub fn with_delete_this(self, v: bool) -> Self
pub fn with_delete_parent(self, v: bool) -> Self
pub fn with_delete_all(self, v: bool) -> Self
pub fn with_se_decide(self, v: bool) -> Self
pub fn with_se_decide2(self, v: bool) -> Self
pub fn with_se_cancel(self, v: bool) -> Self
pub fn with_se_miss(self, v: bool) -> Self
pub fn with_se_cursor(self, v: bool) -> Self
pub fn with_do_nothing(self, v: bool) -> Self
pub fn se_cursor() -> Self
pub fn se_decide() -> Self
pub fn close_decide() -> Self
pub fn se_miss() -> Self
pub fn close_parent_decide() -> Self
pub fn delete_decide() -> Self
pub fn close_cancel() -> Self
Trait Implementations§
Source§impl ClassIdentity for BasicMenuResult
impl ClassIdentity for BasicMenuResult
Source§impl Clone for BasicMenuResult
impl Clone for BasicMenuResult
Source§fn clone(&self) -> BasicMenuResult
fn clone(&self) -> BasicMenuResult
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 Default for BasicMenuResult
impl Default for BasicMenuResult
Source§impl PartialEq for BasicMenuResult
impl PartialEq for BasicMenuResult
impl Copy for BasicMenuResult
impl Eq for BasicMenuResult
impl StructuralPartialEq for BasicMenuResult
Auto Trait Implementations§
impl Freeze for BasicMenuResult
impl RefUnwindSafe for BasicMenuResult
impl Send for BasicMenuResult
impl Sync for BasicMenuResult
impl Unpin for BasicMenuResult
impl UnwindSafe for BasicMenuResult
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)