Struct InkCollectionMode
#[repr(transparent)]pub struct InkCollectionMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for InkCollectionMode
impl Clone for InkCollectionMode
§fn clone(&self) -> InkCollectionMode
fn clone(&self) -> InkCollectionMode
Returns a copy 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 more§impl Debug for InkCollectionMode
impl Debug for InkCollectionMode
§impl Default for InkCollectionMode
impl Default for InkCollectionMode
§fn default() -> InkCollectionMode
fn default() -> InkCollectionMode
Returns the “default value” for a type. Read more
§impl PartialEq for InkCollectionMode
impl PartialEq for InkCollectionMode
impl Copy for InkCollectionMode
impl Eq for InkCollectionMode
impl StructuralPartialEq for InkCollectionMode
Auto Trait Implementations§
impl Freeze for InkCollectionMode
impl RefUnwindSafe for InkCollectionMode
impl Send for InkCollectionMode
impl Sync for InkCollectionMode
impl Unpin for InkCollectionMode
impl UnwindSafe for InkCollectionMode
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