pub enum Location {
Any,
Specific(SpecificLocation),
}🔬This is a nightly-only experimental API. (
kernel_physical_allocator_location)Variants§
Any
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_location)Specific(SpecificLocation)
🔬This is a nightly-only experimental API. (
kernel_physical_allocator_location)Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more