#[repr(C)]pub struct ObjectInterface {
pub movieRoot: *mut (),
}
Fields§
§movieRoot: *mut ()
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectInterface
impl RefUnwindSafe for ObjectInterface
impl !Send for ObjectInterface
impl !Sync for ObjectInterface
impl Unpin for ObjectInterface
impl UnwindSafe for ObjectInterface
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