pub struct VlcElem {
pub sym: VlcBaseType,
pub len: VlcBaseType,
}Fields§
§sym: VlcBaseType§len: VlcBaseTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for VlcElem
impl RefUnwindSafe for VlcElem
impl Send for VlcElem
impl Sync for VlcElem
impl Unpin for VlcElem
impl UnwindSafe for VlcElem
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