pub struct ObjectLayoutSupportEntry {
pub layout: &'static str,
pub native_support: bool,
pub semantic_parity: &'static str,
pub write_path: &'static str,
pub read_path: &'static str,
pub failure_mode: &'static str,
pub caveat: &'static str,
}Fields§
§layout: &'static str§native_support: bool§semantic_parity: &'static str§write_path: &'static str§read_path: &'static str§failure_mode: &'static str§caveat: &'static strTrait Implementations§
Source§impl Clone for ObjectLayoutSupportEntry
impl Clone for ObjectLayoutSupportEntry
Source§fn clone(&self) -> ObjectLayoutSupportEntry
fn clone(&self) -> ObjectLayoutSupportEntry
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 moreSource§impl Debug for ObjectLayoutSupportEntry
impl Debug for ObjectLayoutSupportEntry
Source§impl PartialEq for ObjectLayoutSupportEntry
impl PartialEq for ObjectLayoutSupportEntry
Source§fn eq(&self, other: &ObjectLayoutSupportEntry) -> bool
fn eq(&self, other: &ObjectLayoutSupportEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ObjectLayoutSupportEntry
impl Serialize for ObjectLayoutSupportEntry
impl Eq for ObjectLayoutSupportEntry
impl StructuralPartialEq for ObjectLayoutSupportEntry
Auto Trait Implementations§
impl Freeze for ObjectLayoutSupportEntry
impl RefUnwindSafe for ObjectLayoutSupportEntry
impl Send for ObjectLayoutSupportEntry
impl Sync for ObjectLayoutSupportEntry
impl Unpin for ObjectLayoutSupportEntry
impl UnsafeUnpin for ObjectLayoutSupportEntry
impl UnwindSafe for ObjectLayoutSupportEntry
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