pub struct SpecInfo {
pub spec: String,
pub bind: bool,
pub ipc_file_mode: u32,
}Fields§
§spec: String§bind: bool§ipc_file_mode: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpecInfo
impl RefUnwindSafe for SpecInfo
impl Send for SpecInfo
impl Sync for SpecInfo
impl Unpin for SpecInfo
impl UnwindSafe for SpecInfo
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