pub struct Prestat {
pub resource_type: PreopenType,
}Expand description
Information about a preopened resource.
Fields§
§resource_type: PreopenTypeTrait Implementations§
impl Copy for Prestat
impl Eq for Prestat
impl StructuralPartialEq for Prestat
Auto Trait Implementations§
impl Freeze for Prestat
impl RefUnwindSafe for Prestat
impl Send for Prestat
impl Sync for Prestat
impl Unpin for Prestat
impl UnwindSafe for Prestat
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