pub struct IntegratedPlatform(/* private fields */);Implementations§
Source§impl IntegratedPlatform
impl IntegratedPlatform
pub fn raw_handle(&self) -> EOS_HIntegratedPlatform
Auto Trait Implementations§
impl Freeze for IntegratedPlatform
impl RefUnwindSafe for IntegratedPlatform
impl !Send for IntegratedPlatform
impl !Sync for IntegratedPlatform
impl Unpin for IntegratedPlatform
impl UnsafeUnpin for IntegratedPlatform
impl UnwindSafe for IntegratedPlatform
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