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