#[repr(C)]pub struct BindingFlags {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BindingFlags
impl BindingFlags
pub fn default() -> Self
pub fn ignore_case() -> Self
pub fn declared_only() -> Self
pub fn instance() -> Self
pub fn static() -> Self
pub fn public() -> Self
pub fn non_public() -> Self
pub fn flatten_hierarchy() -> Self
pub fn invoke_method() -> Self
pub fn create_instance() -> Self
pub fn get_field() -> Self
pub fn set_field() -> Self
pub fn get_property() -> Self
pub fn set_property() -> Self
pub fn put_disp_property() -> Self
pub fn put_ref_disp_property() -> Self
pub fn exact_binding() -> Self
pub fn suppress_change_type() -> Self
pub fn optional_param_binding() -> Self
pub fn ignore_return() -> Self
Trait Implementations§
Source§impl ClassIdentity for BindingFlags
impl ClassIdentity for BindingFlags
Source§impl Clone for BindingFlags
impl Clone for BindingFlags
Source§fn clone(&self) -> BindingFlags
fn clone(&self) -> BindingFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BindingFlags
impl Debug for BindingFlags
Source§impl PartialEq for BindingFlags
impl PartialEq for BindingFlags
impl Copy for BindingFlags
impl Eq for BindingFlags
impl StructuralPartialEq for BindingFlags
Auto Trait Implementations§
impl Freeze for BindingFlags
impl RefUnwindSafe for BindingFlags
impl Send for BindingFlags
impl Sync for BindingFlags
impl Unpin for BindingFlags
impl UnwindSafe for BindingFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)