#[repr(transparent)]pub struct KeyFilter(pub c_uint);
Available on crate features
sys
and napi-6
only.Expand description
Tuple Fields§
§0: c_uint
Implementations§
source§impl KeyFilter
impl KeyFilter
pub const ALL_PROPERTIES: KeyFilter = _
pub const WRITABLE: KeyFilter = _
pub const CONFIGURABLE: KeyFilter = _
pub const SKIP_STRINGS: KeyFilter = _
pub const SKIP_SYMBOLS: KeyFilter = _
Trait Implementations§
source§impl BitAndAssign for KeyFilter
impl BitAndAssign for KeyFilter
source§fn bitand_assign(&mut self, rhs: KeyFilter)
fn bitand_assign(&mut self, rhs: KeyFilter)
Performs the
&=
operation. Read moresource§impl BitOrAssign for KeyFilter
impl BitOrAssign for KeyFilter
source§fn bitor_assign(&mut self, rhs: KeyFilter)
fn bitor_assign(&mut self, rhs: KeyFilter)
Performs the
|=
operation. Read moreimpl Copy for KeyFilter
impl Eq for KeyFilter
impl StructuralPartialEq for KeyFilter
Auto Trait Implementations§
impl Freeze for KeyFilter
impl RefUnwindSafe for KeyFilter
impl Send for KeyFilter
impl Sync for KeyFilter
impl Unpin for KeyFilter
impl UnwindSafe for KeyFilter
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
)