pub struct Topology(pub MediaV2Topology);
Tuple Fields§
§0: MediaV2Topology
Implementations§
Source§impl Topology
impl Topology
Sourcepub fn interface(&self, id: InterfaceId) -> Option<&MediaV2Interface>
pub fn interface(&self, id: InterfaceId) -> Option<&MediaV2Interface>
Resolve Interface id to interface
pub fn pads(&self, id: EntityId) -> impl Iterator<Item = &MediaV2Pad>
pub fn pad_indices(&self, id: EntityId) -> impl Iterator<Item = u32> + use<'_>
Sourcepub fn get_sensors(&self) -> impl Iterator<Item = &MediaV2Entity>
pub fn get_sensors(&self) -> impl Iterator<Item = &MediaV2Entity>
Finds all camera sensors
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Topology
impl RefUnwindSafe for Topology
impl Send for Topology
impl Sync for Topology
impl Unpin for Topology
impl UnwindSafe for Topology
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