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