#[repr(C)]pub struct lysc_revision {
pub date: [c_char; 11],
pub exts: *mut lysc_ext_instance,
}Fields§
§date: [c_char; 11]§exts: *mut lysc_ext_instanceTrait Implementations§
Source§impl Clone for lysc_revision
impl Clone for lysc_revision
Source§fn clone(&self) -> lysc_revision
fn clone(&self) -> lysc_revision
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lysc_revision
impl Debug for lysc_revision
Source§impl Default for lysc_revision
impl Default for lysc_revision
impl Copy for lysc_revision
Auto Trait Implementations§
impl Freeze for lysc_revision
impl RefUnwindSafe for lysc_revision
impl !Send for lysc_revision
impl !Sync for lysc_revision
impl Unpin for lysc_revision
impl UnwindSafe for lysc_revision
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)