#[repr(C)]pub struct LoadStateEntry { /* private fields */ }Trait Implementations§
Source§impl Clone for LoadStateEntry
impl Clone for LoadStateEntry
Source§fn clone(&self) -> LoadStateEntry
fn clone(&self) -> LoadStateEntry
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 LoadStateEntry
impl Debug for LoadStateEntry
impl Copy for LoadStateEntry
Auto Trait Implementations§
impl Freeze for LoadStateEntry
impl RefUnwindSafe for LoadStateEntry
impl Send for LoadStateEntry
impl Sync for LoadStateEntry
impl Unpin for LoadStateEntry
impl UnwindSafe for LoadStateEntry
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