Struct NOTRESTRICTION
#[repr(C)]pub struct NOTRESTRICTION {
pub pRes: *mut RESTRICTION,
}Fields§
§pRes: *mut RESTRICTIONTrait Implementations§
§impl Clone for NOTRESTRICTION
impl Clone for NOTRESTRICTION
§fn clone(&self) -> NOTRESTRICTION
fn clone(&self) -> NOTRESTRICTION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !Send for NOTRESTRICTION
impl !Sync for NOTRESTRICTION
impl Freeze for NOTRESTRICTION
impl RefUnwindSafe for NOTRESTRICTION
impl Unpin for NOTRESTRICTION
impl UnsafeUnpin 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