pub struct BlockCacheEntryStateField(/* private fields */);
Implementations§
Source§impl BlockCacheEntryStateField
impl BlockCacheEntryStateField
pub fn kind(&self) -> BlockCacheEntryState
Trait Implementations§
Source§impl Clone for BlockCacheEntryStateField
impl Clone for BlockCacheEntryStateField
Source§fn clone(&self) -> BlockCacheEntryStateField
fn clone(&self) -> BlockCacheEntryStateField
Returns a duplicate 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 BlockCacheEntryStateField
impl Debug for BlockCacheEntryStateField
Source§impl FromBytes for BlockCacheEntryStateField
impl FromBytes for BlockCacheEntryStateField
Source§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moreSource§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moreSource§impl FromZeroes for BlockCacheEntryStateFieldwhere
i32: FromZeroes,
impl FromZeroes for BlockCacheEntryStateFieldwhere
i32: FromZeroes,
impl Copy for BlockCacheEntryStateField
Auto Trait Implementations§
impl Freeze for BlockCacheEntryStateField
impl RefUnwindSafe for BlockCacheEntryStateField
impl Send for BlockCacheEntryStateField
impl Sync for BlockCacheEntryStateField
impl Unpin for BlockCacheEntryStateField
impl UnwindSafe for BlockCacheEntryStateField
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