#[repr(transparent)]pub struct ReferenceFrame {
pub repr: usize,
}
Expand description
Reference Frame
Fields§
§repr: usize
Implementations§
Trait Implementations§
Source§impl ExternType for REFFRAME
impl ExternType for REFFRAME
impl Copy for REFFRAME
impl Eq for REFFRAME
impl StructuralPartialEq for REFFRAME
Auto Trait Implementations§
impl Freeze for REFFRAME
impl RefUnwindSafe for REFFRAME
impl Send for REFFRAME
impl Sync for REFFRAME
impl Unpin for REFFRAME
impl UnwindSafe for REFFRAME
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