pub struct FreeLocation { /* private fields */ }Trait Implementations§
Source§impl Clone for FreeLocation
impl Clone for FreeLocation
Source§fn clone(&self) -> FreeLocation
fn clone(&self) -> FreeLocation
Returns a duplicate 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 Instance for FreeLocation
impl Instance for FreeLocation
Source§impl Instance for FreeLocation
impl Instance for FreeLocation
Source§impl<P: Ptr> Readable<FreeLocation> for FreeLocationBuf<P>
impl<P: Ptr> Readable<FreeLocation> for FreeLocationBuf<P>
fn write_to(self, buf: BufMut<FreeLocation>)
Auto Trait Implementations§
impl Freeze for FreeLocation
impl RefUnwindSafe for FreeLocation
impl Send for FreeLocation
impl Sync for FreeLocation
impl Unpin for FreeLocation
impl UnwindSafe for FreeLocation
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