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