Struct PeerAccess
#[repr(transparent)]pub struct PeerAccess {
pub repr: u8,
}Fields§
§repr: u8Implementations§
§impl PeerAccess
impl PeerAccess
pub const AccessSupported: PeerAccess
pub const AtomicsSupported: PeerAccess
Trait Implementations§
§impl Clone for PeerAccess
impl Clone for PeerAccess
§fn clone(&self) -> PeerAccess
fn clone(&self) -> PeerAccess
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 PeerAccess
impl Debug for PeerAccess
§impl ExternType for PeerAccess
impl ExternType for PeerAccess
§impl Hash for PeerAccess
impl Hash for PeerAccess
§impl PartialEq for PeerAccess
impl PartialEq for PeerAccess
impl Copy for PeerAccess
impl Eq for PeerAccess
impl StructuralPartialEq for PeerAccess
Auto Trait Implementations§
impl Freeze for PeerAccess
impl RefUnwindSafe for PeerAccess
impl Send for PeerAccess
impl Sync for PeerAccess
impl Unpin for PeerAccess
impl UnwindSafe for PeerAccess
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