#[repr(C)]pub struct __file_close {
pub file: __file,
pub close: Option<unsafe extern "C" fn(arg1: *mut __file) -> c_int>,
}Fields§
§file: __file§close: Option<unsafe extern "C" fn(arg1: *mut __file) -> c_int>Trait Implementations§
Source§impl Clone for __file_close
impl Clone for __file_close
Source§fn clone(&self) -> __file_close
fn clone(&self) -> __file_close
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 __file_close
impl Debug for __file_close
Source§impl Default for __file_close
impl Default for __file_close
Source§fn default() -> __file_close
fn default() -> __file_close
Returns the “default value” for a type. Read more
Source§impl Hash for __file_close
impl Hash for __file_close
Source§impl Ord for __file_close
impl Ord for __file_close
Source§fn cmp(&self, other: &__file_close) -> Ordering
fn cmp(&self, other: &__file_close) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for __file_close
impl PartialEq for __file_close
Source§fn eq(&self, other: &__file_close) -> bool
fn eq(&self, other: &__file_close) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for __file_close
impl PartialOrd for __file_close
impl Copy for __file_close
impl Eq for __file_close
impl StructuralPartialEq for __file_close
Auto Trait Implementations§
impl Freeze for __file_close
impl RefUnwindSafe for __file_close
impl Send for __file_close
impl Sync for __file_close
impl Unpin for __file_close
impl UnsafeUnpin for __file_close
impl UnwindSafe for __file_close
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