pub struct MvcView {
pub view_id: u16,
pub anchor_refs_l0: Vec<u16>,
pub anchor_refs_l1: Vec<u16>,
pub non_anchor_refs_l0: Vec<u16>,
pub non_anchor_refs_l1: Vec<u16>,
}Expand description
A single view in the MVC SPS extension.
Fields§
§view_id: u16§anchor_refs_l0: Vec<u16>§anchor_refs_l1: Vec<u16>§non_anchor_refs_l0: Vec<u16>§non_anchor_refs_l1: Vec<u16>Trait Implementations§
impl Eq for MvcView
impl StructuralPartialEq for MvcView
Auto Trait Implementations§
impl Freeze for MvcView
impl RefUnwindSafe for MvcView
impl Send for MvcView
impl Sync for MvcView
impl Unpin for MvcView
impl UnsafeUnpin for MvcView
impl UnwindSafe for MvcView
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