#[repr(C)]pub struct sco_options {
pub mtu: u16,
}
Fields§
§mtu: u16
Trait Implementations§
Source§impl Clone for sco_options
impl Clone for sco_options
Source§fn clone(&self) -> sco_options
fn clone(&self) -> sco_options
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 moreimpl Copy for sco_options
Auto Trait Implementations§
impl Freeze for sco_options
impl RefUnwindSafe for sco_options
impl Send for sco_options
impl Sync for sco_options
impl Unpin for sco_options
impl UnwindSafe for sco_options
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