pub struct Property(/* private fields */);
Expand description
Object property types for use with [object_get_property()] and [object_set_property].
Implementations§
Source§impl Property
impl Property
pub const NAME: Property = _
pub const REGISTER_GS: Property = _
pub const REGISTER_FS: Property = _
pub const PROCESS_BREAK_ON_LOAD: Property = _
pub const PROCESS_DEBUG_ADDR: Property = _
pub const PROCESS_VDSO_BASE_ADDRESS: Property = _
pub const SOCKET_RX_THRESHOLD: Property = _
pub const SOCKET_TX_THRESHOLD: Property = _
pub const CHANNEL_TX_MSG_MAX: Property = _
pub const JOB_KILL_ON_OOM: Property = _
pub const EXCEPTION_STATE: Property = _
pub const VMO_CONTENT_SIZE: Property = _
pub const STREAM_MODE_APPEND: Property = _
Trait Implementations§
Source§impl Ord for Property
impl Ord for Property
Source§impl PartialOrd for Property
impl PartialOrd for Property
impl Copy for Property
impl Eq for Property
impl StructuralPartialEq for Property
Auto Trait Implementations§
impl Freeze for Property
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)