Struct linux_raw_sys::net::te1_settings
source · #[repr(C)]pub struct te1_settings {
pub clock_rate: c_uint,
pub clock_type: c_uint,
pub loopback: c_ushort,
pub slot_map: c_uint,
}
Fields§
§clock_rate: c_uint
§clock_type: c_uint
§loopback: c_ushort
§slot_map: c_uint
Trait Implementations§
source§impl Clone for te1_settings
impl Clone for te1_settings
source§fn clone(&self) -> te1_settings
fn clone(&self) -> te1_settings
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 te1_settings
impl Debug for te1_settings
impl Copy for te1_settings
Auto Trait Implementations§
impl Freeze for te1_settings
impl RefUnwindSafe for te1_settings
impl Send for te1_settings
impl Sync for te1_settings
impl Unpin for te1_settings
impl UnwindSafe for te1_settings
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
)