Struct windows_sys::Management::Workplace::MessagingSyncPolicy
[−]#[repr(transparent)]pub struct MessagingSyncPolicy(pub i32);
Expand description
Required features: "Management_Workplace"
Tuple Fields
0: i32
Implementations
impl MessagingSyncPolicy
impl MessagingSyncPolicy
pub const Disallowed: Self = Self(0i32)
pub const Allowed: Self = Self(1i32)
pub const Required: Self = Self(2i32)
Trait Implementations
impl Clone for MessagingSyncPolicy
impl Clone for MessagingSyncPolicy
impl Copy for MessagingSyncPolicy
Auto Trait Implementations
impl RefUnwindSafe for MessagingSyncPolicy
impl Send for MessagingSyncPolicy
impl Sync for MessagingSyncPolicy
impl Unpin for MessagingSyncPolicy
impl UnwindSafe for MessagingSyncPolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more