#[repr(C)]pub struct tipc_service_range {
pub type_: __u32,
pub lower: __u32,
pub upper: __u32,
}Fields§
§type_: __u32§lower: __u32§upper: __u32Trait Implementations§
Source§impl Clone for tipc_service_range
impl Clone for tipc_service_range
Source§fn clone(&self) -> tipc_service_range
fn clone(&self) -> tipc_service_range
Returns a duplicate 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 tipc_service_range
impl Debug for tipc_service_range
impl Copy for tipc_service_range
Auto Trait Implementations§
impl Freeze for tipc_service_range
impl RefUnwindSafe for tipc_service_range
impl Send for tipc_service_range
impl Sync for tipc_service_range
impl Unpin for tipc_service_range
impl UnwindSafe for tipc_service_range
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