#[repr(C)]pub struct TutorialListSelectMenu_Page {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for TutorialListSelectMenu_Page
impl Clone for TutorialListSelectMenu_Page
Source§fn clone(&self) -> TutorialListSelectMenu_Page
fn clone(&self) -> TutorialListSelectMenu_Page
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 TutorialListSelectMenu_Page
impl Debug for TutorialListSelectMenu_Page
Source§impl PartialEq for TutorialListSelectMenu_Page
impl PartialEq for TutorialListSelectMenu_Page
impl Copy for TutorialListSelectMenu_Page
impl Eq for TutorialListSelectMenu_Page
impl StructuralPartialEq for TutorialListSelectMenu_Page
Auto Trait Implementations§
impl Freeze for TutorialListSelectMenu_Page
impl RefUnwindSafe for TutorialListSelectMenu_Page
impl Send for TutorialListSelectMenu_Page
impl Sync for TutorialListSelectMenu_Page
impl Unpin for TutorialListSelectMenu_Page
impl UnwindSafe for TutorialListSelectMenu_Page
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)