Docs.rs
cloudfox-coreshift-core-2.1.1
cloudfox-coreshift-core 2.1.1
Docs.rs crate page
MPL-2.0
12 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
CloudFox-INC
Dependencies
libc ^0.2
normal
Versions
73.87%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
set
coreshift_
core
2.1.1
set
Sections
Errors
In coreshift_
core::
android::
property
coreshift_core
::
android
::
property
Function
set
Copy item path
Source
pub fn set(key: &
str
, value: &
str
) ->
Result
<
()
>
Expand description
Set an Android system property.
ยง
Errors
EINVAL
: Key or value contains a NUL byte or exceeds the length limit.
EACCES
: Permission denied.