#[repr(C)]pub struct _PedFileSystemAlias {
pub next: *mut PedFileSystemAlias,
pub fs_type: *mut PedFileSystemType,
pub alias: *const c_char,
pub deprecated: c_int,
}Fields§
§next: *mut PedFileSystemAlias§fs_type: *mut PedFileSystemType§alias: *const c_char§deprecated: c_intTrait Implementations§
Source§impl Clone for _PedFileSystemAlias
impl Clone for _PedFileSystemAlias
Source§fn clone(&self) -> _PedFileSystemAlias
fn clone(&self) -> _PedFileSystemAlias
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 _PedFileSystemAlias
impl Debug for _PedFileSystemAlias
impl Copy for _PedFileSystemAlias
Auto Trait Implementations§
impl Freeze for _PedFileSystemAlias
impl RefUnwindSafe for _PedFileSystemAlias
impl !Send for _PedFileSystemAlias
impl !Sync for _PedFileSystemAlias
impl Unpin for _PedFileSystemAlias
impl UnwindSafe for _PedFileSystemAlias
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