#[repr(C)]pub struct FileHandleDeleter {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for FileHandleDeleter
impl Clone for FileHandleDeleter
Source§fn clone(&self) -> FileHandleDeleter
fn clone(&self) -> FileHandleDeleter
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 FileHandleDeleter
impl Debug for FileHandleDeleter
Source§impl PartialEq for FileHandleDeleter
impl PartialEq for FileHandleDeleter
Source§fn eq(&self, other: &FileHandleDeleter) -> bool
fn eq(&self, other: &FileHandleDeleter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FileHandleDeleter
impl StructuralPartialEq for FileHandleDeleter
Auto Trait Implementations§
impl Freeze for FileHandleDeleter
impl RefUnwindSafe for FileHandleDeleter
impl Send for FileHandleDeleter
impl Sync for FileHandleDeleter
impl Unpin for FileHandleDeleter
impl UnsafeUnpin for FileHandleDeleter
impl UnwindSafe for FileHandleDeleter
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