#[repr(C)]pub struct restriction {
pub types: *mut *mut c_void,
pub query: *mut Expression,
pub tcnt: c_ushort,
}Fields§
§types: *mut *mut c_void§query: *mut Expression§tcnt: c_ushortTrait Implementations§
Source§impl Clone for restriction
impl Clone for restriction
Source§fn clone(&self) -> restriction
fn clone(&self) -> restriction
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 moreSource§impl Debug for restriction
impl Debug for restriction
Source§impl Default for restriction
impl Default for restriction
impl Copy for restriction
Auto Trait Implementations§
impl Freeze for restriction
impl RefUnwindSafe for restriction
impl !Send for restriction
impl !Sync for restriction
impl Unpin for restriction
impl UnwindSafe for restriction
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