pub struct Pointer(pub &'static mut SimplePointer);Tuple Fields§
§0: &'static mut SimplePointerTrait Implementations§
Source§impl Protocol<SimplePointer> for Pointer
impl Protocol<SimplePointer> for Pointer
fn guid() -> Guid
fn new(inner: &'static mut SimplePointer) -> Self
fn locate_protocol() -> Result<Self>where
Self: Sized,
fn handle_protocol(handle: Handle) -> Result<Self>where
Self: Sized,
fn locate_handle() -> Result<Vec<Handle>>
fn one() -> Result<Self>where
Self: Sized,
fn all() -> Vec<Self>where
Self: Sized,
Auto Trait Implementations§
impl Freeze for Pointer
impl RefUnwindSafe for Pointer
impl Send for Pointer
impl Sync for Pointer
impl Unpin for Pointer
impl UnsafeUnpin for Pointer
impl !UnwindSafe for Pointer
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