pub struct DxcSourceOffsets {
pub start_offset: u32,
pub end_offset: u32,
}
Fields§
§start_offset: u32
§end_offset: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DxcSourceOffsets
impl RefUnwindSafe for DxcSourceOffsets
impl Send for DxcSourceOffsets
impl Sync for DxcSourceOffsets
impl Unpin for DxcSourceOffsets
impl UnwindSafe for DxcSourceOffsets
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