pub struct Range(/* private fields */);
Expand description
Wrapper around D3D12_RANGE structure
Implementations§
Source§impl Range
impl Range
pub fn set_begin(&mut self, begin: ByteCount) -> &mut Self
pub fn with_begin(self, begin: ByteCount) -> Self
pub fn begin(&self) -> ByteCount
pub fn set_end(&mut self, end: ByteCount) -> &mut Self
pub fn with_end(self, end: ByteCount) -> Self
pub fn end(&self) -> ByteCount
Trait Implementations§
Source§impl Ord for Range
impl Ord for Range
Source§impl PartialOrd for Range
impl PartialOrd for Range
impl Eq for Range
impl StructuralPartialEq for Range
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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