pub struct Platform { /* private fields */ }
Expand description
@deprecated
Implementations§
Trait Implementations§
source§impl Boxed for Platform
impl Boxed for Platform
source§impl PlatformTrait for Platform
impl PlatformTrait for Platform
fn as_raw_mut_Platform(&mut self) -> *mut c_void
source§impl 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§
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