pub struct VfpTable {
pub graphics: BTreeMap<usize, VfpPoint>,
pub memory: BTreeMap<usize, VfpPoint>,
}Fields§
§graphics: BTreeMap<usize, VfpPoint>§memory: BTreeMap<usize, VfpPoint>Trait Implementations§
Source§impl<'de> Deserialize<'de> for VfpTable
impl<'de> Deserialize<'de> for VfpTable
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
Source§impl Ord for VfpTable
impl Ord for VfpTable
Source§impl PartialOrd for VfpTable
impl PartialOrd for VfpTable
impl Eq for VfpTable
impl StructuralPartialEq for VfpTable
Auto Trait Implementations§
impl Freeze for VfpTable
impl RefUnwindSafe for VfpTable
impl Send for VfpTable
impl Sync for VfpTable
impl Unpin for VfpTable
impl UnwindSafe for VfpTable
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