Struct RemoteSystemAccessStatus
#[repr(transparent)]pub struct RemoteSystemAccessStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl RemoteSystemAccessStatus
impl RemoteSystemAccessStatus
pub const Unspecified: Self
pub const Allowed: Self
pub const DeniedByUser: Self
pub const DeniedBySystem: Self
Trait Implementations§
§impl Clone for RemoteSystemAccessStatus
impl Clone for RemoteSystemAccessStatus
§fn clone(&self) -> RemoteSystemAccessStatus
fn clone(&self) -> RemoteSystemAccessStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RemoteSystemAccessStatus
impl Debug for RemoteSystemAccessStatus
§impl Default for RemoteSystemAccessStatus
impl Default for RemoteSystemAccessStatus
§fn default() -> RemoteSystemAccessStatus
fn default() -> RemoteSystemAccessStatus
Returns the “default value” for a type. Read more
§impl PartialEq for RemoteSystemAccessStatus
impl PartialEq for RemoteSystemAccessStatus
impl Copy for RemoteSystemAccessStatus
impl Eq for RemoteSystemAccessStatus
impl StructuralPartialEq for RemoteSystemAccessStatus
Auto Trait Implementations§
impl Freeze for RemoteSystemAccessStatus
impl RefUnwindSafe for RemoteSystemAccessStatus
impl Send for RemoteSystemAccessStatus
impl Sync for RemoteSystemAccessStatus
impl Unpin for RemoteSystemAccessStatus
impl UnwindSafe for RemoteSystemAccessStatus
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