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
impl Copy for RuleUidRange
impl Eq for RuleUidRange
impl StructuralPartialEq for RuleUidRange
Auto Trait Implementations§
impl Freeze for RuleUidRange
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)