#[repr(C)]pub struct mpv_node {
pub u: mpv_node__bindgen_ty_1,
pub format: mpv_format,
}Fields§
§u: mpv_node__bindgen_ty_1§format: mpv_formatTrait Implementations§
Auto Trait Implementations§
impl Freeze for mpv_node
impl RefUnwindSafe for mpv_node
impl !Send for mpv_node
impl !Sync for mpv_node
impl Unpin for mpv_node
impl UnsafeUnpin for mpv_node
impl UnwindSafe for mpv_node
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