#[repr(C)]pub struct BackgroundManager_BindType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BackgroundManager_BindType
impl BackgroundManager_BindType
pub fn take_new_capture() -> Self
pub fn use_prev_capture() -> Self
Trait Implementations§
Source§impl Clone for BackgroundManager_BindType
impl Clone for BackgroundManager_BindType
Source§fn clone(&self) -> BackgroundManager_BindType
fn clone(&self) -> BackgroundManager_BindType
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 BackgroundManager_BindType
impl Debug for BackgroundManager_BindType
Source§impl PartialEq for BackgroundManager_BindType
impl PartialEq for BackgroundManager_BindType
impl Copy for BackgroundManager_BindType
impl Eq for BackgroundManager_BindType
impl StructuralPartialEq for BackgroundManager_BindType
Auto Trait Implementations§
impl Freeze for BackgroundManager_BindType
impl RefUnwindSafe for BackgroundManager_BindType
impl Send for BackgroundManager_BindType
impl Sync for BackgroundManager_BindType
impl Unpin for BackgroundManager_BindType
impl UnwindSafe for BackgroundManager_BindType
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)