#[repr(C)]pub struct switch_filenames {
pub conf_name: *mut c_char,
}Fields§
§conf_name: *mut c_charTrait Implementations§
Source§impl Clone for switch_filenames
impl Clone for switch_filenames
Source§fn clone(&self) -> switch_filenames
fn clone(&self) -> switch_filenames
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 switch_filenames
impl Debug for switch_filenames
Source§impl Default for switch_filenames
impl Default for switch_filenames
impl Copy for switch_filenames
Auto Trait Implementations§
impl Freeze for switch_filenames
impl RefUnwindSafe for switch_filenames
impl !Send for switch_filenames
impl !Sync for switch_filenames
impl Unpin for switch_filenames
impl UnsafeUnpin for switch_filenames
impl UnwindSafe for switch_filenames
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