Struct RemoteSystemAccessStatus
#[repr(transparent)]pub struct RemoteSystemAccessStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 copy 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