Struct linux_syscalls::env::aux::BasePlatform
source · #[non_exhaustive]pub struct BasePlatform;Expand description
String identifying real platform, may differ from AT_PLATFORM (AT_BASE_PLATFORM).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BasePlatform
impl Send for BasePlatform
impl Sync for BasePlatform
impl Unpin for BasePlatform
impl UnwindSafe for BasePlatform
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