pub struct NotifyLocation {
pub address: u32,
pub memory_base: *mut u8,
}Expand description
A location in memory for a Waiter
Fields§
§address: u32The address of the Waiter location
memory_base: *mut u8The base of the memory this address is relative to
Trait Implementations§
Source§impl Clone for NotifyLocation
impl Clone for NotifyLocation
Source§fn clone(&self) -> NotifyLocation
fn clone(&self) -> NotifyLocation
Returns a copy 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 NotifyLocation
impl Debug for NotifyLocation
impl Copy for NotifyLocation
Auto Trait Implementations§
impl Freeze for NotifyLocation
impl RefUnwindSafe for NotifyLocation
impl !Send for NotifyLocation
impl !Sync for NotifyLocation
impl Unpin for NotifyLocation
impl UnwindSafe for NotifyLocation
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.