pub struct RecordDescriptor {
pub symbol: &'static str,
pub version: u32,
}Expand description
Stable runtime descriptor shared by Shape/Citizen installers.
Fields§
§symbol: &'static str§version: u32Trait Implementations§
Source§impl Clone for RecordDescriptor
impl Clone for RecordDescriptor
Source§fn clone(&self) -> RecordDescriptor
fn clone(&self) -> RecordDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RecordDescriptor
Source§impl Debug for RecordDescriptor
impl Debug for RecordDescriptor
impl Eq for RecordDescriptor
Source§impl PartialEq for RecordDescriptor
impl PartialEq for RecordDescriptor
impl StructuralPartialEq for RecordDescriptor
Auto Trait Implementations§
impl Freeze for RecordDescriptor
impl RefUnwindSafe for RecordDescriptor
impl Send for RecordDescriptor
impl Sync for RecordDescriptor
impl Unpin for RecordDescriptor
impl UnsafeUnpin for RecordDescriptor
impl UnwindSafe for RecordDescriptor
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