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