#[repr(C)]pub struct vre_limits {
pub match_: c_uint,
pub depth: c_uint,
}Fields§
§match_: c_uint§depth: c_uintTrait Implementations§
Source§impl Clone for vre_limits
impl Clone for vre_limits
Source§fn clone(&self) -> vre_limits
fn clone(&self) -> vre_limits
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 vre_limits
Source§impl Debug for vre_limits
impl Debug for vre_limits
Source§impl Default for vre_limits
impl Default for vre_limits
Source§fn default() -> vre_limits
fn default() -> vre_limits
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for vre_limits
impl RefUnwindSafe for vre_limits
impl Send for vre_limits
impl Sync for vre_limits
impl Unpin for vre_limits
impl UnsafeUnpin for vre_limits
impl UnwindSafe for vre_limits
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