pub struct Anonymous;
Expand description
Used for anonymous mappings with MappedFile
.
§Safety
The AsRawFd
impl of this structure always returns -1
. It should only be used with MappedFile
, as this is an invlalid file descriptor in all other contexts.
Trait Implementations§
Source§impl Ord for Anonymous
impl Ord for Anonymous
Source§impl PartialOrd for Anonymous
impl PartialOrd for Anonymous
impl Copy for Anonymous
impl Eq for Anonymous
impl StructuralPartialEq for Anonymous
Auto Trait Implementations§
impl Freeze for Anonymous
impl RefUnwindSafe for Anonymous
impl Send for Anonymous
impl Sync for Anonymous
impl Unpin for Anonymous
impl UnwindSafe for Anonymous
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