#[repr(C)]pub struct EstimationInfo {
pub flags: uint32,
}
Fields§
§flags: uint32
Trait Implementations§
Source§impl Clone for EstimationInfo
impl Clone for EstimationInfo
Source§fn clone(&self) -> EstimationInfo
fn clone(&self) -> EstimationInfo
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 moreSource§impl Debug for EstimationInfo
impl Debug for EstimationInfo
Source§impl Default for EstimationInfo
impl Default for EstimationInfo
Source§fn default() -> EstimationInfo
fn default() -> EstimationInfo
Returns the “default value” for a type. Read more
impl Copy for EstimationInfo
Auto Trait Implementations§
impl Freeze for EstimationInfo
impl RefUnwindSafe for EstimationInfo
impl Send for EstimationInfo
impl Sync for EstimationInfo
impl Unpin for EstimationInfo
impl UnwindSafe for EstimationInfo
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