pub struct FsConfig {
pub tag: String,
pub socket: String,
pub num_queues: i32,
pub queue_size: i32,
pub pci_segment: Option<i32>,
pub id: Option<String>,
}
Fields§
§tag: String
§socket: String
§num_queues: i32
§queue_size: i32
§pci_segment: Option<i32>
§id: Option<String>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FsConfig
impl<'de> Deserialize<'de> for FsConfig
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
impl StructuralPartialEq for FsConfig
Auto Trait Implementations§
impl Freeze for FsConfig
impl RefUnwindSafe for FsConfig
impl Send for FsConfig
impl Sync for FsConfig
impl Unpin for FsConfig
impl UnwindSafe for FsConfig
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