pub struct CXLFMWProperties {
pub cxl_fmw: Vec<CXLFixedMemoryWindowOptions>,
}
Fields§
§cxl_fmw: Vec<CXLFixedMemoryWindowOptions>
Trait Implementations§
Source§impl AsRef<Vec<CXLFixedMemoryWindowOptions>> for CXLFMWProperties
impl AsRef<Vec<CXLFixedMemoryWindowOptions>> for CXLFMWProperties
Source§fn as_ref(&self) -> &Vec<CXLFixedMemoryWindowOptions>
fn as_ref(&self) -> &Vec<CXLFixedMemoryWindowOptions>
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CXLFMWProperties
impl Clone for CXLFMWProperties
Source§fn clone(&self) -> CXLFMWProperties
fn clone(&self) -> CXLFMWProperties
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 CXLFMWProperties
impl Debug for CXLFMWProperties
Source§impl<'de> Deserialize<'de> for CXLFMWProperties
impl<'de> Deserialize<'de> for CXLFMWProperties
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<T: Into<Vec<CXLFixedMemoryWindowOptions>>> From<T> for CXLFMWProperties
impl<T: Into<Vec<CXLFixedMemoryWindowOptions>>> From<T> for CXLFMWProperties
Auto Trait Implementations§
impl Freeze for CXLFMWProperties
impl RefUnwindSafe for CXLFMWProperties
impl Send for CXLFMWProperties
impl Sync for CXLFMWProperties
impl Unpin for CXLFMWProperties
impl UnwindSafe for CXLFMWProperties
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