#[repr(C)]pub struct CbfChoiceMenuSelectedIndices {
pub items: *const i32,
pub len: u32,
}Fields§
§items: *const i32§len: u32Trait Implementations§
Source§impl Clone for CbfChoiceMenuSelectedIndices
impl Clone for CbfChoiceMenuSelectedIndices
Source§fn clone(&self) -> CbfChoiceMenuSelectedIndices
fn clone(&self) -> CbfChoiceMenuSelectedIndices
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CbfChoiceMenuSelectedIndices
impl Debug for CbfChoiceMenuSelectedIndices
Source§impl Default for CbfChoiceMenuSelectedIndices
impl Default for CbfChoiceMenuSelectedIndices
Source§fn default() -> CbfChoiceMenuSelectedIndices
fn default() -> CbfChoiceMenuSelectedIndices
Returns the “default value” for a type. Read more
impl Copy for CbfChoiceMenuSelectedIndices
Auto Trait Implementations§
impl Freeze for CbfChoiceMenuSelectedIndices
impl RefUnwindSafe for CbfChoiceMenuSelectedIndices
impl !Send for CbfChoiceMenuSelectedIndices
impl !Sync for CbfChoiceMenuSelectedIndices
impl Unpin for CbfChoiceMenuSelectedIndices
impl UnsafeUnpin for CbfChoiceMenuSelectedIndices
impl UnwindSafe for CbfChoiceMenuSelectedIndices
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more