pub struct AVIOProtocol;Implementations§
Source§impl AVIOProtocol
impl AVIOProtocol
Sourcepub fn find_protocol_name(url: &CStr) -> Option<&'static CStr>
pub fn find_protocol_name(url: &CStr) -> Option<&'static CStr>
Return the name of the protocol that will handle the passed URL.
Sourcepub fn outputs() -> AVIOProtocolIter ⓘ
pub fn outputs() -> AVIOProtocolIter ⓘ
Iterate through names of available output protocols.
Sourcepub fn inputs() -> AVIOProtocolIter ⓘ
pub fn inputs() -> AVIOProtocolIter ⓘ
Iterate through names of available input protocols.
Auto Trait Implementations§
impl Freeze for AVIOProtocol
impl RefUnwindSafe for AVIOProtocol
impl Send for AVIOProtocol
impl Sync for AVIOProtocol
impl Unpin for AVIOProtocol
impl UnsafeUnpin for AVIOProtocol
impl UnwindSafe for AVIOProtocol
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