pub struct PvInfo {
pub descriptor: StructureDesc,
pub writable: bool,
}Expand description
Metadata about a PV as reported by the source that owns it.
Fields§
§descriptor: StructureDescStructure descriptor for the PV.
writable: boolWhether the PV accepts PUT operations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PvInfo
impl RefUnwindSafe for PvInfo
impl Send for PvInfo
impl Sync for PvInfo
impl Unpin for PvInfo
impl UnsafeUnpin for PvInfo
impl UnwindSafe for PvInfo
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