Struct NOTRESTRICTION
#[repr(C)]pub struct NOTRESTRICTION {
pub pRes: *mut RESTRICTION,
}
Fields§
§pRes: *mut RESTRICTION
Trait Implementations§
§impl Clone for NOTRESTRICTION
impl Clone for NOTRESTRICTION
§fn clone(&self) -> NOTRESTRICTION
fn clone(&self) -> NOTRESTRICTION
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 NOTRESTRICTION
Auto Trait Implementations§
impl Freeze for NOTRESTRICTION
impl RefUnwindSafe for NOTRESTRICTION
impl !Send for NOTRESTRICTION
impl !Sync for NOTRESTRICTION
impl Unpin for NOTRESTRICTION
impl UnwindSafe for NOTRESTRICTION
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