Struct netlink_packet_route::rule::RuleUidRange
source · pub struct RuleUidRange {
pub start: u32,
pub end: u32,
}
Fields§
§start: u32
§end: u32
Trait Implementations§
source§impl Clone for RuleUidRange
impl Clone for RuleUidRange
source§fn clone(&self) -> RuleUidRange
fn clone(&self) -> RuleUidRange
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 RuleUidRange
impl Debug for RuleUidRange
source§impl Emitable for RuleUidRange
impl Emitable for RuleUidRange
source§impl PartialEq for RuleUidRange
impl PartialEq for RuleUidRange
source§fn eq(&self, other: &RuleUidRange) -> bool
fn eq(&self, other: &RuleUidRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RuleUidRange
impl Eq for RuleUidRange
impl StructuralEq for RuleUidRange
impl StructuralPartialEq for RuleUidRange
Auto Trait Implementations§
impl RefUnwindSafe for RuleUidRange
impl Send for RuleUidRange
impl Sync for RuleUidRange
impl Unpin for RuleUidRange
impl UnwindSafe for RuleUidRange
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