pub struct Platform { /* private fields */ }
Expand description
@deprecated
Implementations
Trait Implementations
sourceimpl Boxed for Platform
impl Boxed for Platform
sourceimpl PlatformTrait for Platform
impl PlatformTrait for Platform
fn as_raw_mut_Platform(&mut self) -> *mut c_void
sourceimpl PlatformTraitConst for Platform
impl PlatformTraitConst for Platform
impl Send for Platform
Auto Trait Implementations
impl RefUnwindSafe for Platform
impl !Sync for Platform
impl Unpin for Platform
impl UnwindSafe for Platform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more