pub struct MpfProperties {
pub is_supervisor: Option<Option<Boolean>>,
}Expand description
The physical function-related properties for a storage controller within a multiple physical function storage controller.
This type shall contain the physical function-related properties for a storage controller within a multiple physical function storage controller.
Fields§
§is_supervisor: Option<Option<Boolean>>Indicates whether this physical function is the supervisor, which manages the other physical functions, manages the configuration of the controller, and controls management access.
This property shall indicate whether this physical function is the supervisor, which manages the other physical functions, manages the configuration of the controller, and controls management access.
Trait Implementations§
Source§impl Debug for MpfProperties
impl Debug for MpfProperties
Source§impl<'de> Deserialize<'de> for MpfProperties
impl<'de> Deserialize<'de> for MpfProperties
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
Auto Trait Implementations§
impl Freeze for MpfProperties
impl RefUnwindSafe for MpfProperties
impl Send for MpfProperties
impl Sync for MpfProperties
impl Unpin for MpfProperties
impl UnsafeUnpin for MpfProperties
impl UnwindSafe for MpfProperties
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