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 = _
Methods from Deref<Target = u32>§
pub const MIN: u32 = 0u32
pub const MAX: u32 = 4_294_967_295u32
pub const BITS: u32 = 32u32
Trait Implementations§
source§impl Ord for Property
impl Ord for Property
source§impl PartialEq for Property
impl PartialEq for Property
source§impl PartialOrd for Property
impl PartialOrd for Property
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)