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