Struct ACCESS_REASONS
#[repr(C)]pub struct ACCESS_REASONS {
pub Data: [u32; 32],
}
Fields§
§Data: [u32; 32]
Trait Implementations§
§impl Clone for ACCESS_REASONS
impl Clone for ACCESS_REASONS
§fn clone(&self) -> ACCESS_REASONS
fn clone(&self) -> ACCESS_REASONS
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 moreimpl Copy for ACCESS_REASONS
Auto Trait Implementations§
impl Freeze for ACCESS_REASONS
impl RefUnwindSafe for ACCESS_REASONS
impl Send for ACCESS_REASONS
impl Sync for ACCESS_REASONS
impl Unpin for ACCESS_REASONS
impl UnwindSafe for ACCESS_REASONS
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